#EA74C6

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

Shades of Neon Pink #EA74C6

Tints of Neon Pink #EA74C6

Color information

#EA74C6 (or 0xEA74C6) is unknown color: approx Neon Pink. HEX triplet: EA, 74 and C6. RGB value is (234,116,198). Sum of RGB (Red+Green+Blue) = 234+116+198=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 116 (45.70% from 255 or 21.17% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C6 is #158B39. Grayscale: #A0A0A0. Windows color (decimal): -1411898 or 13006058. OLE color: 13006058.

HSL color Cylindrical-coordinate representation of color #EA74C6: hue angle of 318.31º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EA74C6 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB234116198-
CMYK00.500.150.08
HSL318.31º73.75%68.63%-
HSV(B)318.31º50.43%91.76%-
XYZ50.3734.0657.35-
YUV160.63149.09180.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.70%
GREEN value IS 116 (45.70% from 255) = 21.17%
BLUE value IS 198 (77.73% from 255) = 36.13%
R=42.70%
G=21.17%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411619800.500.150.08318.3173.7568.63
HexEA74C6032F813e4a45
Octal3521643060621710476112105
Binary1110101011101001100011001100101111100010011111010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74C6; }

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

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

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

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

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

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

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

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