#EB5674

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

Shades of Dark Pink #EB5674

Tints of Dark Pink #EB5674

Color information

#EB5674 (or 0xEB5674) is unknown color: approx Dark Pink. HEX triplet: EB, 56 and 74. RGB value is (235,86,116). Sum of RGB (Red+Green+Blue) = 235+86+116=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5674 is #14A98B. Grayscale: #868686. Windows color (decimal): -1354124 or 7624427. OLE color: 7624427.

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

Color convert

RGB23586116-
CMYK00.630.510.08
HSL347.92º78.84%62.94%-
HSV(B)347.92º63.4%92.16%-
XYZ40.7425.5819.31-
YUV133.97117.86200.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 116 (45.70% from 255) = 26.54%
R=53.78%
G=19.68%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358611600.630.510.08347.9278.8462.94
HexEB567403F33815c4f3f
Octal353126164077631053411777
Binary1110101110101101110100011111111001110001010111001001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5674; }

 p { color: rgb(235,86,116); }

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

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

 a { background-color: rgb(235,86,116); }

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

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

 span { border-color: rgb(235,86,116); }

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