#EA5AB3

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

Shades of Hot Pink #EA5AB3

Tints of Hot Pink #EA5AB3

Color information

#EA5AB3 (or 0xEA5AB3) is unknown color: approx Hot Pink. HEX triplet: EA, 5A and B3. RGB value is (234,90,179). Sum of RGB (Red+Green+Blue) = 234+90+179=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 90 (35.55% from 255 or 17.89% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5AB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA5AB3 is #15A54C. Grayscale: #8E8E8E. Windows color (decimal): -1418573 or 11754218. OLE color: 11754218.

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

Color convert

RGB23490179-
CMYK00.620.240.08
HSL322.92º77.42%63.53%-
HSV(B)322.92º61.54%91.76%-
XYZ45.7228.0645.65-
YUV143.2148.21192.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 90 (35.55% from 255) = 17.89%
BLUE value IS 179 (70.31% from 255) = 35.59%
R=46.52%
G=17.89%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349017900.620.240.08322.9277.4263.53
HexEA5AB303E1881434d40
Octal3521322630763010503115100
Binary11101010101101010110011011111011000100010100001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5AB3; }

 p { color: rgb(234,90,179); }

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

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

 a { background-color: rgb(234,90,179); }

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

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

 span { border-color: rgb(234,90,179); }

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