Html Css Color HEX #E84A77 Dark Pink

📋 copy color: '#E84A77'

red 232 ◦ green 74 ◦ blue 119

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

Shades of Dark Pink #E84A77

Tints of Dark Pink #E84A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.41%

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

R = 54.59%
G = 17.41%
B = 28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E84A77 (or 0xE84A77) is known color: Dark Pink. HEX triplet: E8, 4A and 77. RGB value is (232,74,119). Sum of RGB (Red+Green+Blue) = 232+74+119=425 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.59% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84A77 is #17B588. Grayscale: #7E7E7E. Windows color (decimal): -1553801 or 7817960. OLE color: 7817960.

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

Color convert

RGB 232 74 119 -
CMYK 0 0.68 0.49 0.09
HSL 342.91º 0.77% 0.6% -
HSV(B) 342.91º 0.68% 0.91% -
XYZ 39.06 23.39 19.91 -
YUV 126.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 232 74 119 0 0.68 0.49 0.09 342.91 0.77 0.6
Hex E8 4A 77 0 44 31 9 157 4D 3C
Octal 350 112 167 0 104 61 11 527 115 74
Binary 11101000 1001010 1110111 0 1000100 110001 1001 101010111 1001101 111100

Color Harmonies of #E84A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A77

Black with #E84A77

Text Example


Text Example

White with #E84A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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