Html Css Color HEX #E85781 Dark Pink

📋 copy color: '#E85781'

red 232 ◦ green 87 ◦ blue 129

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

Shades of Dark Pink #E85781

Tints of Dark Pink #E85781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.42%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 51.79%
G = 19.42%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85781 (or 0xE85781) is known color: Dark Pink. HEX triplet: E8, 57 and 81. RGB value is (232,87,129). Sum of RGB (Red+Green+Blue) = 232+87+129=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85781 is #17A87E. Grayscale: #878787. Windows color (decimal): -1550463 or 8476648. OLE color: 8476648.

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

Color convert

RGB 232 87 129 -
CMYK 0 0.62 0.44 0.09
HSL 342.62º 0.76% 0.63% -
HSV(B) 342.62º 0.63% 0.91% -
XYZ 40.65 25.56 23.56 -
YUV 135.14 124.54 197.08 -
System Red Green Blue C M Y K H S L
Decimal 232 87 129 0 0.62 0.44 0.09 342.62 0.76 0.63
Hex E8 57 81 0 3E 2C 9 157 4C 3F
Octal 350 127 201 0 76 54 11 527 114 77
Binary 11101000 1010111 10000001 0 111110 101100 1001 101010111 1001100 111111

Color Harmonies of #E85781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85781

Black with #E85781

Text Example


Text Example

White with #E85781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85781; }

 p { color: rgb(232,87,129); }

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

background-color css

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

 a { background-color: rgb(232,87,129); }

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

border-color css

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

 span { border-color: rgb(232,87,129); }

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