Html Css Color HEX #E95186 Dark Pink

📋 copy color: '#E95186'

red 233 ◦ green 81 ◦ blue 134

#E95186
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #E95186

Tints of Dark Pink #E95186

RGB

 RED value IS 233 (91.41% from 255) = 52.01%

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 134 (52.73% from 255) = 29.91%

R = 52.01%
G = 18.08%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E95186 (or 0xE95186) is known color: Dark Pink. HEX triplet: E9, 51 and 86. RGB value is (233,81,134). Sum of RGB (Red+Green+Blue) = 233+81+134=448 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.01% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 233 - color contains mainly: red. Hex color #E95186 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95186 is #16AE79. Grayscale: #848484. Windows color (decimal): -1486458 or 8802793. OLE color: 8802793.

HSL color Cylindrical-coordinate representation of color #E95186: hue angle of 339.08º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E95186 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 81 134 -
CMYK 0 0.65 0.42 0.09
HSL 339.08º 0.78% 0.62% -
HSV(B) 339.08º 0.65% 0.91% -
XYZ 40.85 24.93 25.21 -
YUV 132.49 128.86 199.69 -
System Red Green Blue C M Y K H S L
Decimal 233 81 134 0 0.65 0.42 0.09 339.08 0.78 0.62
Hex E9 51 86 0 41 2A 9 153 4E 3E
Octal 351 121 206 0 101 52 11 523 116 76
Binary 11101001 1010001 10000110 0 1000001 101010 1001 101010011 1001110 111110

Color Harmonies of #E95186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95186

Black with #E95186

Text Example


Text Example

White with #E95186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95186; }

 p { color: rgb(233,81,134); }

 H1.HeaderClassName
 {
   color: #E95186;
 }
 .AnyTagClassName
 {
   color: #E95186;
 }
</style>

background-color css

<style>
 a { background-color: #E95186; }

 a { background-color: rgb(233,81,134); }

 div.DivClassName
 {
   background-color: #E95186;
 }
 .BgClassName
 {
   background-color: #E95186;
 }
</style>

border-color css

<style>
 span { border-color: #E95186; }

 span { border-color: rgb(233,81,134); }

 td.TdClassName
 {
   border-color: #E95186;
 }
 .TagClassName
 {
   border-color: #E95186;
 }
</style>