#EA72C9

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

Shades of Neon Pink #EA72C9

Tints of Neon Pink #EA72C9

Color information

#EA72C9 (or 0xEA72C9) is unknown color: approx Neon Pink. HEX triplet: EA, 72 and C9. RGB value is (234,114,201). Sum of RGB (Red+Green+Blue) = 234+114+201=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72C9 is #158D36. Grayscale: #9F9F9F. Windows color (decimal): -1412407 or 13202154. OLE color: 13202154.

HSL color Cylindrical-coordinate representation of color #EA72C9: hue angle of 316.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 #EA72C9 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB234114201-
CMYK00.510.140.08
HSL316.5º74.07%68.24%-
HSV(B)316.5º51.28%91.76%-
XYZ50.4933.7459.11-
YUV159.8151.26180.93-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 114 (44.92% from 255) = 20.77%
BLUE value IS 201 (78.91% from 255) = 36.61%
R=42.62%
G=20.77%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411420100.510.140.08316.574.0768.24
HexEA72C9033E813c4a44
Octal3521623110631610474112104
Binary1110101011100101100100101100111110100010011110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72C9; }

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

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

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

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

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

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

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

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