#EA5DAF

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

Shades of Hot Pink #EA5DAF

Tints of Hot Pink #EA5DAF

Color information

#EA5DAF (or 0xEA5DAF) is unknown color: approx Hot Pink. HEX triplet: EA, 5D and AF. RGB value is (234,93,175). Sum of RGB (Red+Green+Blue) = 234+93+175=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DAF is #15A250. Grayscale: #909090. Windows color (decimal): -1417809 or 11492842. OLE color: 11492842.

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

Color convert

RGB23493175-
CMYK00.600.250.08
HSL325.11º77.05%64.12%-
HSV(B)325.11º60.26%91.76%-
XYZ45.5828.4243.64-
YUV144.51145.21191.83-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.61%
GREEN value IS 93 (36.72% from 255) = 18.53%
BLUE value IS 175 (68.75% from 255) = 34.86%
R=46.61%
G=18.53%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349317500.600.250.08325.1177.0564.12
HexEA5DAF03C1981454d40
Octal3521352570743110505115100
Binary11101010101110110101111011110011001100010100010110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DAF; }

 p { color: rgb(234,93,175); }

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

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

 a { background-color: rgb(234,93,175); }

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

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

 span { border-color: rgb(234,93,175); }

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