Html Css Color HEX #E85A71 Dark Pink

📋 copy color: '#E85A71'

red 232 ◦ green 90 ◦ blue 113

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

Shades of Dark Pink #E85A71

Tints of Dark Pink #E85A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.69%

 BLUE value IS 113 (44.53% from 255) = 25.98%

R = 53.33%
G = 20.69%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E85A71 (or 0xE85A71) is known color: Dark Pink. HEX triplet: E8, 5A and 71. RGB value is (232,90,113). Sum of RGB (Red+Green+Blue) = 232+90+113=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 90 (35.55% from 255 or 20.69% from 435); Blue value is 113 (44.53% from 255 or 25.98% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85A71 is #17A58E. Grayscale: #878787. Windows color (decimal): -1549711 or 7428840. OLE color: 7428840.

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

Color convert

RGB 232 90 113 -
CMYK 0 0.61 0.51 0.09
HSL 350.28º 0.76% 0.63% -
HSV(B) 350.28º 0.61% 0.91% -
XYZ 39.92 25.66 18.47 -
YUV 135.08 115.54 197.13 -
System Red Green Blue C M Y K H S L
Decimal 232 90 113 0 0.61 0.51 0.09 350.28 0.76 0.63
Hex E8 5A 71 0 3D 33 9 15E 4C 3F
Octal 350 132 161 0 75 63 11 536 114 77
Binary 11101000 1011010 1110001 0 111101 110011 1001 101011110 1001100 111111

Color Harmonies of #E85A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85A71

Black with #E85A71

Text Example


Text Example

White with #E85A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85A71; }

 p { color: rgb(232,90,113); }

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

background-color css

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

 a { background-color: rgb(232,90,113); }

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

border-color css

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

 span { border-color: rgb(232,90,113); }

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