#EA60B9

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

Shades of Hot Pink #EA60B9

Tints of Hot Pink #EA60B9

Color information

#EA60B9 (or 0xEA60B9) is unknown color: approx Hot Pink. HEX triplet: EA, 60 and B9. RGB value is (234,96,185). Sum of RGB (Red+Green+Blue) = 234+96+185=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA60B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA60B9 is #159F46. Grayscale: #939393. Windows color (decimal): -1417031 or 12148970. OLE color: 12148970.

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

Color convert

RGB23496185-
CMYK00.590.210.08
HSL321.3º76.67%64.71%-
HSV(B)321.3º58.97%91.76%-
XYZ46.8729.3649.1-
YUV147.41149.22189.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.44%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=45.44%
G=18.64%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349618500.590.210.08321.376.6764.71
HexEA60B903B1581414d41
Octal3521402710732510501115101
Binary11101010110000010111001011101110101100010100000110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA60B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA60B9; }

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

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

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

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

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

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

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

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