#EA72C6

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

Shades of Neon Pink #EA72C6

Tints of Neon Pink #EA72C6

Color information

#EA72C6 (or 0xEA72C6) is unknown color: approx Neon Pink. HEX triplet: EA, 72 and C6. RGB value is (234,114,198). Sum of RGB (Red+Green+Blue) = 234+114+198=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 114 (44.92% from 255 or 20.88% from 546); Blue value is 198 (77.73% from 255 or 36.26% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EA72C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA72C6 is #158D39. Grayscale: #9F9F9F. Windows color (decimal): -1412410 or 13005546. OLE color: 13005546.

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

Color convert

RGB234114198-
CMYK00.510.150.08
HSL318º74.07%68.24%-
HSV(B)318º51.28%91.76%-
XYZ50.1433.657.27-
YUV159.46149.76181.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 20.88%
BLUE value IS 198 (77.73% from 255) = 36.26%
R=42.86%
G=20.88%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411419800.510.150.0831874.0768.24
HexEA72C6033F813e4a44
Octal3521623060631710476112104
Binary1110101011100101100011001100111111100010011111010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA72C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA72C6; }

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

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

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

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

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

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

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

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