Html Css Color HEX #E85575 Dark Pink

📋 copy color: '#E85575'

red 232 ◦ green 85 ◦ blue 117

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

Shades of Dark Pink #E85575

Tints of Dark Pink #E85575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.96%

R = 53.46%
G = 19.59%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85575 (or 0xE85575) is known color: Dark Pink. HEX triplet: E8, 55 and 75. RGB value is (232,85,117). Sum of RGB (Red+Green+Blue) = 232+85+117=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E85575 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85575 is #17AA8A. Grayscale: #848484. Windows color (decimal): -1550987 or 7689704. OLE color: 7689704.

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

Color convert

RGB 232 85 117 -
CMYK 0 0.63 0.50 0.09
HSL 346.94º 0.76% 0.62% -
HSV(B) 346.94º 0.63% 0.91% -
XYZ 39.74 24.94 19.55 -
YUV 132.6 119.2 198.9 -
System Red Green Blue C M Y K H S L
Decimal 232 85 117 0 0.63 0.50 0.09 346.94 0.76 0.62
Hex E8 55 75 0 3F 32 9 15B 4C 3E
Octal 350 125 165 0 77 62 11 533 114 76
Binary 11101000 1010101 1110101 0 111111 110010 1001 101011011 1001100 111110

Color Harmonies of #E85575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85575

Black with #E85575

Text Example


Text Example

White with #E85575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85575; }

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

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

background-color css

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

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

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

border-color css

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

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

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