#EA6AB5

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

Shades of Hot Pink #EA6AB5

Tints of Hot Pink #EA6AB5

Color information

#EA6AB5 (or 0xEA6AB5) is unknown color: approx Hot Pink. HEX triplet: EA, 6A and B5. RGB value is (234,106,181). Sum of RGB (Red+Green+Blue) = 234+106+181=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6AB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6AB5 is #15954A. Grayscale: #989898. Windows color (decimal): -1414475 or 11889386. OLE color: 11889386.

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

Color convert

RGB234106181-
CMYK00.550.230.08
HSL324.84º75.29%66.67%-
HSV(B)324.84º54.7%91.76%-
XYZ47.4331.1447.23-
YUV152.82143.91185.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=44.91%
G=20.35%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410618100.550.230.08324.8475.2966.67
HexEA6AB50371781454b43
Octal3521522650672710505113103
Binary11101010110101010110101011011110111100010100010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6AB5; }

 p { color: rgb(234,106,181); }

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

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

 a { background-color: rgb(234,106,181); }

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

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

 span { border-color: rgb(234,106,181); }

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