#EB5571

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

Shades of Dark Pink #EB5571

Tints of Dark Pink #EB5571

Color information

#EB5571 (or 0xEB5571) is unknown color: approx Dark Pink. HEX triplet: EB, 55 and 71. RGB value is (235,85,113). Sum of RGB (Red+Green+Blue) = 235+85+113=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5571 is #14AA8E. Grayscale: #858585. Windows color (decimal): -1354383 or 7427563. OLE color: 7427563.

HSL color Cylindrical-coordinate representation of color #EB5571: hue angle of 348.8º 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 #EB5571 is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.08.

Color convert

RGB23585113-
CMYK00.640.520.08
HSL348.8º78.95%62.75%-
HSV(B)348.8º63.83%92.16%-
XYZ40.4925.3518.38-
YUV133.04116.7200.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.27%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=54.27%
G=19.63%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358511300.640.520.08348.878.9562.75
HexEB557104034815d4f3f
Octal3531251610100641053511777
Binary11101011101010111100010100000011010010001010111011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5571; }

 p { color: rgb(235,85,113); }

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

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

 a { background-color: rgb(235,85,113); }

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

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

 span { border-color: rgb(235,85,113); }

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