Html Css Color HEX #E85E81 Dark Pink

📋 copy color: '#E85E81'

red 232 ◦ green 94 ◦ blue 129

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

Shades of Dark Pink #E85E81

Tints of Dark Pink #E85E81

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.66%

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

R = 50.99%
G = 20.66%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85E81 (or 0xE85E81) is known color: Dark Pink. HEX triplet: E8, 5E and 81. RGB value is (232,94,129). Sum of RGB (Red+Green+Blue) = 232+94+129=455 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.99% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85E81 is #17A17E. Grayscale: #8B8B8B. Windows color (decimal): -1548671 or 8478440. OLE color: 8478440.

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

Color convert

RGB 232 94 129 -
CMYK 0 0.59 0.44 0.09
HSL 344.78º 0.75% 0.64% -
HSV(B) 344.78º 0.59% 0.91% -
XYZ 41.24 26.75 23.76 -
YUV 139.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 232 94 129 0 0.59 0.44 0.09 344.78 0.75 0.64
Hex E8 5E 81 0 3B 2C 9 159 4B 40
Octal 350 136 201 0 73 54 11 531 113 100
Binary 11101000 1011110 10000001 0 111011 101100 1001 101011001 1001011 1000000

Color Harmonies of #E85E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85E81

Black with #E85E81

Text Example


Text Example

White with #E85E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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