#EB5F78

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

Shades of Dark Pink #EB5F78

Tints of Dark Pink #EB5F78

Color information

#EB5F78 (or 0xEB5F78) is unknown color: approx Dark Pink. HEX triplet: EB, 5F and 78. RGB value is (235,95,120). Sum of RGB (Red+Green+Blue) = 235+95+120=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5F78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5F78 is #14A087. Grayscale: #8B8B8B. Windows color (decimal): -1351816 or 7888875. OLE color: 7888875.

HSL color Cylindrical-coordinate representation of color #EB5F78: hue angle of 349.29º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EB5F78 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB23595120-
CMYK00.600.490.08
HSL349.29º77.78%64.71%-
HSV(B)349.29º59.57%92.16%-
XYZ41.7427.220.82-
YUV139.71116.88195.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 120 (47.27% from 255) = 26.67%
R=52.22%
G=21.11%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2359512000.600.490.08349.2977.7864.71
HexEB5F7803C31815d4e41
Octal3531371700746110535116101
Binary11101011101111111110000111100110001100010101110110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5F78; }

 p { color: rgb(235,95,120); }

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

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

 a { background-color: rgb(235,95,120); }

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

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

 span { border-color: rgb(235,95,120); }

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