#EB5474

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

Shades of Dark Pink #EB5474

Tints of Dark Pink #EB5474

Color information

#EB5474 (or 0xEB5474) is unknown color: approx Dark Pink. HEX triplet: EB, 54 and 74. RGB value is (235,84,116). Sum of RGB (Red+Green+Blue) = 235+84+116=435 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.02% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5474 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB5474 is #14AB8B. Grayscale: #848484. Windows color (decimal): -1354636 or 7623915. OLE color: 7623915.

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

Color convert

RGB23584116-
CMYK00.640.510.08
HSL347.28º79.06%62.55%-
HSV(B)347.28º64.26%92.16%-
XYZ40.5825.2619.26-
YUV132.8118.53200.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.02%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=54.02%
G=19.31%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2358411600.640.510.08347.2879.0662.55
HexEB547404033815b4f3f
Octal3531241640100631053311777
Binary11101011101010011101000100000011001110001010110111001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB5474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB5474; }

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

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

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

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

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

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

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

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