#EB4F77

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

Shades of Dark Pink #EB4F77

Tints of Dark Pink #EB4F77

Color information

#EB4F77 (or 0xEB4F77) is unknown color: approx Dark Pink. HEX triplet: EB, 4F and 77. RGB value is (235,79,119). Sum of RGB (Red+Green+Blue) = 235+79+119=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB4F77 is #14B088. Grayscale: #828282. Windows color (decimal): -1355913 or 7819243. OLE color: 7819243.

HSL color Cylindrical-coordinate representation of color #EB4F77: hue angle of 344.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EB4F77 is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23579119-
CMYK00.660.490.08
HSL344.62º79.59%61.57%-
HSV(B)344.62º66.38%92.16%-
XYZ40.3924.5920.07-
YUV130.2121.68202.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 79 (31.25% from 255) = 18.24%
BLUE value IS 119 (46.88% from 255) = 27.48%
R=54.27%
G=18.24%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2357911900.660.490.08344.6279.5961.57
HexEB4F77042318159503e
Octal3531171670102611053112076
Binary11101011100111111101110100001011000110001010110011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB4F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB4F77; }

 p { color: rgb(235,79,119); }

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

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

 a { background-color: rgb(235,79,119); }

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

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

 span { border-color: rgb(235,79,119); }

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