Html Css Color HEX #E95686 Dark Pink

📋 copy color: '#E95686'

red 233 ◦ green 86 ◦ blue 134

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

Shades of Dark Pink #E95686

Tints of Dark Pink #E95686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.98%

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

R = 51.43%
G = 18.98%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E95686 (or 0xE95686) is known color: Dark Pink. HEX triplet: E9, 56 and 86. RGB value is (233,86,134). Sum of RGB (Red+Green+Blue) = 233+86+134=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E95686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E95686 is #16A979. Grayscale: #878787. Windows color (decimal): -1485178 or 8804073. OLE color: 8804073.

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

Color convert

RGB 233 86 134 -
CMYK 0 0.63 0.42 0.09
HSL 340.41º 0.77% 0.63% -
HSV(B) 340.41º 0.63% 0.91% -
XYZ 41.24 25.7 25.34 -
YUV 135.43 127.2 197.6 -
System Red Green Blue C M Y K H S L
Decimal 233 86 134 0 0.63 0.42 0.09 340.41 0.77 0.63
Hex E9 56 86 0 3F 2A 9 154 4D 3F
Octal 351 126 206 0 77 52 11 524 115 77
Binary 11101001 1010110 10000110 0 111111 101010 1001 101010100 1001101 111111

Color Harmonies of #E95686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95686

Black with #E95686

Text Example


Text Example

White with #E95686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95686; }

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

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

background-color css

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

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

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

border-color css

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

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

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