#EB5475

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

Shades of Dark Pink #EB5475

Tints of Dark Pink #EB5475

Color information

#EB5475 (or 0xEB5475) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 75. RGB value is (235,84,117). Sum of RGB (Red+Green+Blue) = 235+84+117=436 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.90% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5475 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5475 is #14AB8A. Grayscale: #848484. Windows color (decimal): -1354635 or 7689451. OLE color: 7689451.

HSL color Cylindrical-coordinate representation of color #EB5475: hue angle of 346.89º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EB5475 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB23584117-
CMYK00.640.500.08
HSL346.89º79.06%62.55%-
HSV(B)346.89º64.26%92.16%-
XYZ40.6425.2919.57-
YUV132.91119.03200.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.90%
GREEN value IS 84 (33.20% from 255) = 19.27%
BLUE value IS 117 (46.09% from 255) = 26.83%
R=53.90%
G=19.27%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358411700.640.500.08346.8979.0662.55
HexEB547504032815b4f3f
Octal3531241650100621053311777
Binary11101011101010011101010100000011001010001010110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5475; }

 p { color: rgb(235,84,117); }

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

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

 a { background-color: rgb(235,84,117); }

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

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

 span { border-color: rgb(235,84,117); }

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