Html Css Color HEX #E85681 Dark Pink

📋 copy color: '#E85681'

red 232 ◦ green 86 ◦ blue 129

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

Shades of Dark Pink #E85681

Tints of Dark Pink #E85681

RGB

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

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

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

R = 51.9%
G = 19.24%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85681 (or 0xE85681) is known color: Dark Pink. HEX triplet: E8, 56 and 81. RGB value is (232,86,129). Sum of RGB (Red+Green+Blue) = 232+86+129=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 129 (50.78% from 255 or 28.86% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E85681 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85681 is #17A97E. Grayscale: #868686. Windows color (decimal): -1550719 or 8476392. OLE color: 8476392.

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

Color convert

RGB 232 86 129 -
CMYK 0 0.63 0.44 0.09
HSL 342.33º 0.76% 0.62% -
HSV(B) 342.33º 0.63% 0.91% -
XYZ 40.57 25.4 23.53 -
YUV 134.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 232 86 129 0 0.63 0.44 0.09 342.33 0.76 0.62
Hex E8 56 81 0 3F 2C 9 156 4C 3E
Octal 350 126 201 0 77 54 11 526 114 76
Binary 11101000 1010110 10000001 0 111111 101100 1001 101010110 1001100 111110

Color Harmonies of #E85681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85681

Black with #E85681

Text Example


Text Example

White with #E85681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85681; }

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

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

background-color css

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

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

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

border-color css

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

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

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