#EA64AF

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

Shades of Hot Pink #EA64AF

Tints of Hot Pink #EA64AF

Color information

#EA64AF (or 0xEA64AF) is unknown color: approx Hot Pink. HEX triplet: EA, 64 and AF. RGB value is (234,100,175). Sum of RGB (Red+Green+Blue) = 234+100+175=509 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.97% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 234 - color contains mainly: red. Hex color #EA64AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA64AF is #159B50. Grayscale: #949494. Windows color (decimal): -1416017 or 11494634. OLE color: 11494634.

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

Color convert

RGB234100175-
CMYK00.570.250.08
HSL326.42º76.14%65.49%-
HSV(B)326.42º57.26%91.76%-
XYZ46.2329.743.85-
YUV148.62142.89188.9-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.97%
GREEN value IS 100 (39.45% from 255) = 19.65%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=45.97%
G=19.65%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410017500.570.250.08326.4276.1465.49
HexEA64AF0391981464c41
Octal3521442570713110506114101
Binary11101010110010010101111011100111001100010100011010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA64AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA64AF; }

 p { color: rgb(234,100,175); }

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

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

 a { background-color: rgb(234,100,175); }

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

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

 span { border-color: rgb(234,100,175); }

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