#EE5AC3

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

Shades of Neon Pink #EE5AC3

Tints of Neon Pink #EE5AC3

Color information

#EE5AC3 (or 0xEE5AC3) is unknown color: approx Neon Pink. HEX triplet: EE, 5A and C3. RGB value is (238,90,195). Sum of RGB (Red+Green+Blue) = 238+90+195=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 90 (35.55% from 255 or 17.21% from 523); Blue value is 195 (76.56% from 255 or 37.28% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5AC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5AC3 is #11A53C. Grayscale: #919191. Windows color (decimal): -1156413 or 12802798. OLE color: 12802798.

HSL color Cylindrical-coordinate representation of color #EE5AC3: hue angle of 317.43º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EE5AC3 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23890195-
CMYK00.620.180.07
HSL317.43º81.32%64.31%-
HSV(B)317.43º62.18%93.33%-
XYZ48.7729.4354.74-
YUV146.22155.53193.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 90 (35.55% from 255) = 17.21%
BLUE value IS 195 (76.56% from 255) = 37.28%
R=45.51%
G=17.21%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389019500.620.180.07317.4381.3264.31
HexEE5AC303E12713d5140
Octal356132303076227475121100
Binary1110111010110101100001101111101001011110011110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5AC3; }

 p { color: rgb(238,90,195); }

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

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

 a { background-color: rgb(238,90,195); }

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

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

 span { border-color: rgb(238,90,195); }

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