#EA74C5

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

Shades of Neon Pink #EA74C5

Tints of Neon Pink #EA74C5

Color information

#EA74C5 (or 0xEA74C5) is unknown color: approx Neon Pink. HEX triplet: EA, 74 and C5. RGB value is (234,116,197). Sum of RGB (Red+Green+Blue) = 234+116+197=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EA74C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA74C5 is #158B3A. Grayscale: #A0A0A0. Windows color (decimal): -1411899 or 12940522. OLE color: 12940522.

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

Color convert

RGB234116197-
CMYK00.500.160.08
HSL318.81º73.75%68.63%-
HSV(B)318.81º50.43%91.76%-
XYZ50.2634.0156.74-
YUV160.52148.59180.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 116 (45.70% from 255) = 21.21%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=42.78%
G=21.21%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411619700.500.160.08318.8173.7568.63
HexEA74C503210813f4a45
Octal3521643050622010477112105
Binary11101010111010011000101011001010000100010011111110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA74C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA74C5; }

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

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

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

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

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

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

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

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