#EA74C8

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

Shades of Neon Pink #EA74C8

Tints of Neon Pink #EA74C8

Color information

#EA74C8 (or 0xEA74C8) is unknown color: approx Neon Pink. HEX triplet: EA, 74 and C8. RGB value is (234,116,200). Sum of RGB (Red+Green+Blue) = 234+116+200=550 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.55% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 200 (78.52% from 255 or 36.36% from 550); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C8 is #158B37. Grayscale: #A0A0A0. Windows color (decimal): -1411896 or 13137130. OLE color: 13137130.

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

Color convert

RGB234116200-
CMYK00.500.150.08
HSL317.29º73.75%68.63%-
HSV(B)317.29º50.43%91.76%-
XYZ50.634.1558.57-
YUV160.86150.09180.17-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.55%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 200 (78.52% from 255) = 36.36%
R=42.55%
G=21.09%
B=36.36%

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
Decimal23411620000.500.150.08317.2973.7568.63
HexEA74C8032F813d4a45
Octal3521643100621710475112105
Binary1110101011101001100100001100101111100010011110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74C8; }

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

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

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

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

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

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

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

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