#EA52B8

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

Shades of Hot Pink #EA52B8

Tints of Hot Pink #EA52B8

Color information

#EA52B8 (or 0xEA52B8) is unknown color: approx Hot Pink. HEX triplet: EA, 52 and B8. RGB value is (234,82,184). Sum of RGB (Red+Green+Blue) = 234+82+184=500 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.8% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 234 - color contains mainly: red. Hex color #EA52B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA52B8 is #15AD47. Grayscale: #8A8A8A. Windows color (decimal): -1420616 or 12079850. OLE color: 12079850.

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

Color convert

RGB23482184-
CMYK00.650.210.08
HSL319.74º78.35%61.96%-
HSV(B)319.74º64.96%91.76%-
XYZ45.626.9948.15-
YUV139.08153.36195.71-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.8%
GREEN value IS 82 (32.42% from 255) = 16.4%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=46.8%
G=16.4%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2348218400.650.210.08319.7478.3561.96
HexEA52B80411581404e3e
Octal3521222700101251050011676
Binary11101010101001010111000010000011010110001010000001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA52B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA52B8; }

 p { color: rgb(234,82,184); }

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

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

 a { background-color: rgb(234,82,184); }

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

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

 span { border-color: rgb(234,82,184); }

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