Html Css Color HEX #E85387 Dark Pink

📋 copy color: '#E85387'

red 232 ◦ green 83 ◦ blue 135

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

Shades of Dark Pink #E85387

Tints of Dark Pink #E85387

RGB

 RED value IS 232 (91.02% from 255) = 51.56%

 GREEN value IS 83 (32.81% from 255) = 18.44%

 BLUE value IS 135 (53.13% from 255) = 30%

R = 51.56%
G = 18.44%
B = 30%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E85387 (or 0xE85387) is known color: Dark Pink. HEX triplet: E8, 53 and 87. RGB value is (232,83,135). Sum of RGB (Red+Green+Blue) = 232+83+135=450 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 232 - color contains mainly: red. Hex color #E85387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85387 is #17AC78. Grayscale: #858585. Windows color (decimal): -1551481 or 8868840. OLE color: 8868840.

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

Color convert

RGB 232 83 135 -
CMYK 0 0.64 0.42 0.09
HSL 339.06º 0.76% 0.62% -
HSV(B) 339.06º 0.64% 0.91% -
XYZ 40.75 25.09 25.62 -
YUV 133.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 232 83 135 0 0.64 0.42 0.09 339.06 0.76 0.62
Hex E8 53 87 0 40 2A 9 153 4C 3E
Octal 350 123 207 0 100 52 11 523 114 76
Binary 11101000 1010011 10000111 0 1000000 101010 1001 101010011 1001100 111110

Color Harmonies of #E85387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85387

Black with #E85387

Text Example


Text Example

White with #E85387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85387; }

 p { color: rgb(232,83,135); }

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

background-color css

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

 a { background-color: rgb(232,83,135); }

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

border-color css

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

 span { border-color: rgb(232,83,135); }

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