#EA75C9

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

Shades of Neon Pink #EA75C9

Tints of Neon Pink #EA75C9

Color information

#EA75C9 (or 0xEA75C9) is unknown color: approx Neon Pink. HEX triplet: EA, 75 and C9. RGB value is (234,117,201). Sum of RGB (Red+Green+Blue) = 234+117+201=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 117 (46.09% from 255 or 21.20% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EA75C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA75C9 is #158A36. Grayscale: #A1A1A1. Windows color (decimal): -1411639 or 13202922. OLE color: 13202922.

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

Color convert

RGB234117201-
CMYK00.50.140.08
HSL316.92º73.58%68.82%-
HSV(B)316.92º50%91.76%-
XYZ50.8434.4359.23-
YUV161.56150.26179.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.39%
GREEN value IS 117 (46.09% from 255) = 21.20%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=42.39%
G=21.20%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411720100.50.140.08316.9273.5868.82
HexEA75C9032E813d4a45
Octal3521653110621610475112105
Binary1110101011101011100100101100101110100010011110110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA75C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA75C9; }

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

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

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

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

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

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

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

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