#EA72C5

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

Shades of Neon Pink #EA72C5

Tints of Neon Pink #EA72C5

Color information

#EA72C5 (or 0xEA72C5) is unknown color: approx Neon Pink. HEX triplet: EA, 72 and C5. RGB value is (234,114,197). Sum of RGB (Red+Green+Blue) = 234+114+197=545 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.94% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72C5 is #158D3A. Grayscale: #9F9F9F. Windows color (decimal): -1412411 or 12940010. OLE color: 12940010.

HSL color Cylindrical-coordinate representation of color #EA72C5: hue angle of 318.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA72C5 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB234114197-
CMYK00.510.160.08
HSL318.5º74.07%68.24%-
HSV(B)318.5º51.28%91.76%-
XYZ50.0333.5656.66-
YUV159.34149.26181.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.94%
GREEN value IS 114 (44.92% from 255) = 20.92%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=42.94%
G=20.92%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411419700.510.160.08318.574.0768.24
HexEA72C503310813e4a44
Octal3521623050632010476112104
Binary11101010111001011000101011001110000100010011111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72C5; }

 p { color: rgb(234,114,197); }

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

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

 a { background-color: rgb(234,114,197); }

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

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

 span { border-color: rgb(234,114,197); }

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