#EE5EC7

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

Shades of Neon Pink #EE5EC7

Tints of Neon Pink #EE5EC7

Color information

#EE5EC7 (or 0xEE5EC7) is unknown color: approx Neon Pink. HEX triplet: EE, 5E and C7. RGB value is (238,94,199). Sum of RGB (Red+Green+Blue) = 238+94+199=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 94 (37.11% from 255 or 17.70% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5EC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5EC7 is #11A138. Grayscale: #949494. Windows color (decimal): -1155385 or 13065966. OLE color: 13065966.

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

Color convert

RGB23894199-
CMYK00.610.160.07
HSL316.25º80.9%65.1%-
HSV(B)316.25º60.5%93.33%-
XYZ49.5730.3157.27-
YUV149.03156.21191.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.82%
GREEN value IS 94 (37.11% from 255) = 17.70%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=44.82%
G=17.70%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389419900.610.160.07316.2580.965.1
HexEE5EC703D10713c5141
Octal356136307075207474121101
Binary1110111010111101100011101111011000011110011110010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5EC7; }

 p { color: rgb(238,94,199); }

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

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

 a { background-color: rgb(238,94,199); }

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

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

 span { border-color: rgb(238,94,199); }

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