#E84B77

Color #E84B77 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E84B77

Tints of Dark Pink #E84B77

Color information

#E84B77 (or 0xE84B77) is unknown color: approx Dark Pink. HEX triplet: E8, 4B and 77. RGB value is (232,75,119). Sum of RGB (Red+Green+Blue) = 232+75+119=426 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.46% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 232 - color contains mainly: red. Hex color #E84B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E84B77 is #17B488. Grayscale: #7E7E7E. Windows color (decimal): -1553545 or 7818216. OLE color: 7818216.

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

Color convert

RGB23275119-
CMYK00.680.490.09
HSL343.18º77.34%60.2%-
HSV(B)343.18º67.67%90.98%-
XYZ39.1223.5219.93-
YUV126.96123.51202.92-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 54.46%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 119 (46.88% from 255) = 27.93%
R=54.46%
G=17.61%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2327511900.680.490.09343.1877.3460.2
HexE84B770443191574d3c
Octal3501131670104611152711574
Binary11101000100101111101110100010011000110011010101111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E84B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E84B77; }

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

 H1.HeaderClassName
 {
   color: #E84B77;
 }
 .AnyTagClassName
 {
   color: #E84B77;
 }
</style>
background-color css

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

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

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

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

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

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