Html Css Color HEX #E85077 Dark Pink

📋 copy color: '#E85077'

red 232 ◦ green 80 ◦ blue 119

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

Shades of Dark Pink #E85077

Tints of Dark Pink #E85077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.56%

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 53.83%
G = 18.56%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E85077 (or 0xE85077) is known color: Dark Pink. HEX triplet: E8, 50 and 77. RGB value is (232,80,119). Sum of RGB (Red+Green+Blue) = 232+80+119=431 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.83% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 232 - color contains mainly: red. Hex color #E85077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85077 is #17AF88. Grayscale: #818181. Windows color (decimal): -1552265 or 7819496. OLE color: 7819496.

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

Color convert

RGB 232 80 119 -
CMYK 0 0.66 0.49 0.09
HSL 344.61º 0.77% 0.61% -
HSV(B) 344.61º 0.66% 0.91% -
XYZ 39.48 24.23 20.05 -
YUV 129.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 232 80 119 0 0.66 0.49 0.09 344.61 0.77 0.61
Hex E8 50 77 0 42 31 9 159 4D 3D
Octal 350 120 167 0 102 61 11 531 115 75
Binary 11101000 1010000 1110111 0 1000010 110001 1001 101011001 1001101 111101

Color Harmonies of #E85077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85077

Black with #E85077

Text Example


Text Example

White with #E85077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85077; }

 p { color: rgb(232,80,119); }

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

background-color css

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

 a { background-color: rgb(232,80,119); }

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

border-color css

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

 span { border-color: rgb(232,80,119); }

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