COLOR #E75DBA

HEX: #E75DBA
RGB: (231,93,186)

Color info

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

RGB color model

#E75DBA color RGB value is (231,93,186).

  • red value is 231;
  • green value is 93;
  • blue value is 186.
RGB:
(231,93,186)
(91%,36%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 93 of 255 = 36%
B 186 of 255 = 73%

231
93
186

R + G + B ~ 67%. #E75DBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 93 + 186 = 510 (100%)
R 231 of 510 ~ 45.29%
G 93 of 510 ~ 18.24%
B 186 of 510 ~ 36.47%

%45.29
%18.24
%36.47

CMYK color model

#E75DBA color CMYK value is (0,60,19,9).

  • cyan value is 0.00%
  • magenta value is 59.74%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(0,60,19,9)
C0M60Y19K9 
(0%,60%,19%,9%)
(0.00/0.60/0.19/0.09)	

CMYK percentages

%0
%59.74
%19.48
%9.41

Codes

Color #E75DBA in popluar color models

E75DBA
RGB23193186
HSL320°74.19%63.53%
HSB/HSV320°59.74%90.59%
CMYK0.00%59.74%19.48%
9.41%

Color #E75DBA in popluar number systems.

HEXE75DBA
Decimal23193186
Binary11100111101110110111010
Octal347135272

Shades and tints

Shades of #E75DBA

#E75DBA
(231,93,186)
#D255AA
(210,85,170)
#BD4D9A
(189,77,154)
#A8458A
(168,69,138)
#933D7A
(147,61,122)
#7E356A
(126,53,106)
#692D5A
(105,45,90)
#54254A
(84,37,74)
#3F1D3A
(63,29,58)
#2A152A
(42,21,42)
#150D1A
(21,13,26)
#000000
(0,0,0)

Tints of #E75DBA

#E75DBA
(231,93,186)
#E96BC0
(233,107,192)
#EB79C6
(235,121,198)
#ED87CC
(237,135,204)
#EF95D2
(239,149,210)
#F1A3D8
(241,163,216)
#F3B1DE
(243,177,222)
#F5BFE4
(245,191,228)
#F7CDEA
(247,205,234)
#F9DBF0
(249,219,240)
#FBE9F6
(251,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E75DBA color. Also use rgb(231,93,186) instead hex code.

Text Font Color

.myTextColor { color: #E75DBA; }

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

This text font color is #E75DBA.


Background Color

.myBgColor { background-color: #E75DBA; }

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

This div background color is #E75DBA.


Border color

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

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

This div border color is #E75DBA.


Opacity

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

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

Text with #E75DBA 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 #E75DBA;}

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

This text has shadow with #E75DBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E75DBA on black background.


Color preview on white background

This text has color #E75DBA on white background.



Black color preview on #E75DBA background

This text has black color on #E75DBA background.


White color preview on #E75DBA background

This text has white color on #E75DBA background.