Html Css Color HEX #E85581 Dark Pink

📋 copy color: '#E85581'

red 232 ◦ green 85 ◦ blue 129

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

Shades of Dark Pink #E85581

Tints of Dark Pink #E85581

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.06%

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

R = 52.02%
G = 19.06%
B = 28.92%

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

#E85581 (or 0xE85581) is known color: Dark Pink. HEX triplet: E8, 55 and 81. RGB value is (232,85,129). Sum of RGB (Red+Green+Blue) = 232+85+129=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E85581 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85581 is #17AA7E. Grayscale: #858585. Windows color (decimal): -1550975 or 8476136. OLE color: 8476136.

HSL color Cylindrical-coordinate representation of color #E85581: hue angle of 342.04º 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 #E85581 is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 85 129 -
CMYK 0 0.63 0.44 0.09
HSL 342.04º 0.76% 0.62% -
HSV(B) 342.04º 0.63% 0.91% -
XYZ 40.49 25.24 23.51 -
YUV 133.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 232 85 129 0 0.63 0.44 0.09 342.04 0.76 0.62
Hex E8 55 81 0 3F 2C 9 156 4C 3E
Octal 350 125 201 0 77 54 11 526 114 76
Binary 11101000 1010101 10000001 0 111111 101100 1001 101010110 1001100 111110

Color Harmonies of #E85581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85581

Black with #E85581

Text Example


Text Example

White with #E85581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85581; }

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

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

background-color css

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

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

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

border-color css

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

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

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