COLOR #E75FD4

HEX: #E75FD4
RGB: (231,95,212)

Color info

#E75FD4 contains mainly red and blue colors. Web safe color of #E75FD4 is #FF66CC (or #F6C).

RGB color model

#E75FD4 color RGB value is (231,95,212).

  • red value is 231;
  • green value is 95;
  • blue value is 212.
RGB:
(231,95,212)
(91%,37%,83%)

RGB channels and saturation

R 231 of 255 = 91%
G 95 of 255 = 37%
B 212 of 255 = 83%

231
95
212

R + G + B ~ 70%. #E75FD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 95 + 212 = 538 (100%)
R 231 of 538 ~ 42.94%
G 95 of 538 ~ 17.66%
B 212 of 538 ~ 39.41%

%42.94
%17.66
%39.41

CMYK color model

#E75FD4 color CMYK value is (0,59,8,9).

  • cyan value is 0.00%
  • magenta value is 58.87%
  • yellow value is 8.23%
  • key color value is 9.41%
CMYK:
(0,59,8,9)
C0M59Y8K9 
(0%,59%,8%,9%)
(0.00/0.59/0.08/0.09)	

CMYK percentages

%0
%58.87
%8.23
%9.41

Codes

Color #E75FD4 in popluar color models

E75FD4
RGB23195212
HSL308°73.91%63.92%
HSB/HSV308°58.87%90.59%
CMYK0.00%58.87%8.23%
9.41%

Color #E75FD4 in popluar number systems.

HEXE75FD4
Decimal23195212
Binary11100111101111111010100
Octal347137324

Shades and tints

Shades of #E75FD4

#E75FD4
(231,95,212)
#D257C1
(210,87,193)
#BD4FAE
(189,79,174)
#A8479B
(168,71,155)
#933F88
(147,63,136)
#7E3775
(126,55,117)
#692F62
(105,47,98)
#54274F
(84,39,79)
#3F1F3C
(63,31,60)
#2A1729
(42,23,41)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #E75FD4

#E75FD4
(231,95,212)
#E96DD7
(233,109,215)
#EB7BDA
(235,123,218)
#ED89DD
(237,137,221)
#EF97E0
(239,151,224)
#F1A5E3
(241,165,227)
#F3B3E6
(243,179,230)
#F5C1E9
(245,193,233)
#F7CFEC
(247,207,236)
#F9DDEF
(249,221,239)
#FBEBF2
(251,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75FD4 color. Also use rgb(231,95,212) instead hex code.

Text Font Color

.myTextColor { color: #E75FD4; }

<p style="color:#E75FD4">This sample text font color is #E75FD4.</p>

This text font color is #E75FD4.


Background Color

.myBgColor { background-color: #E75FD4; }

<div style="background-color:#E75FD4">Inner text</div>

This div background color is #E75FD4.


Border color

.myBorderColor { border: 1px solid #E75FD4; }

<div style="border:3px solid #E75FD4">Div</div>

This div border color is #E75FD4.


Opacity

.myOpacity80 { color: #E75FD4; opacity: 0.8; }

<p style="color:#E75FD4;opacity:0.8;">80%</p>

Text with #E75FD4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E75FD4;}

<p style="text-shadow: 3px 3px 1px #E75FD4">Text here.</p>

This text has shadow with #E75FD4 color.

.textShadow {text-shadow: 3px 3px 1px #E75FD4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E75FD4, 5px 5px 20px red">Text here.</p>

This text has shadow with #E75FD4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E75FD4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E75FD4, Direction=45, Strength=4)">Text</p>

This text has shadow with #E75FD4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E75FD4;
  -webkit-box-shadow:	1px 1px 3px 2px #E75FD4;
  box-shadow:		1px 1px 3px 2px #E75FD4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E75FD4;
-webkit-box-shadow: 1px 1px 3px 2px #E75FD4;
box-shadow:1px 1px 3px 2px #E75FD4;">
Div content here</div>
This div box has shadow with color #E75FD4.

Preview

Color preview on black background

This text has color #E75FD4 on black background.


Color preview on white background

This text has color #E75FD4 on white background.



Black color preview on #E75FD4 background

This text has black color on #E75FD4 background.


White color preview on #E75FD4 background

This text has white color on #E75FD4 background.