#EA60B4

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

Shades of Hot Pink #EA60B4

Tints of Hot Pink #EA60B4

Color information

#EA60B4 (or 0xEA60B4) is unknown color: approx Hot Pink. HEX triplet: EA, 60 and B4. RGB value is (234,96,180). Sum of RGB (Red+Green+Blue) = 234+96+180=510 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.88% from 510); Green value is 96 (37.89% from 255 or 18.82% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60B4 is #159F4B. Grayscale: #929292. Windows color (decimal): -1417036 or 11821290. OLE color: 11821290.

HSL color Cylindrical-coordinate representation of color #EA60B4: hue angle of 323.48º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA60B4 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB23496180-
CMYK00.590.230.08
HSL323.48º76.67%64.71%-
HSV(B)323.48º58.97%91.76%-
XYZ46.3529.1546.36-
YUV146.84146.72190.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.88%
GREEN value IS 96 (37.89% from 255) = 18.82%
BLUE value IS 180 (70.70% from 255) = 35.29%
R=45.88%
G=18.82%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349618000.590.230.08323.4876.6764.71
HexEA60B403B1781434d41
Octal3521402640732710503115101
Binary11101010110000010110100011101110111100010100001110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60B4; }

 p { color: rgb(234,96,180); }

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

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

 a { background-color: rgb(234,96,180); }

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

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

 span { border-color: rgb(234,96,180); }

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