#EE5DC3

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

Shades of Neon Pink #EE5DC3

Tints of Neon Pink #EE5DC3

Color information

#EE5DC3 (or 0xEE5DC3) is unknown color: approx Neon Pink. HEX triplet: EE, 5D and C3. RGB value is (238,93,195). Sum of RGB (Red+Green+Blue) = 238+93+195=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 93 (36.72% from 255 or 17.68% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5DC3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE5DC3 is #11A23C. Grayscale: #939393. Windows color (decimal): -1155645 or 12803566. OLE color: 12803566.

HSL color Cylindrical-coordinate representation of color #EE5DC3: hue angle of 317.79º 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 #EE5DC3 is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB23893195-
CMYK00.610.180.07
HSL317.79º81.01%64.9%-
HSV(B)317.79º60.92%93.33%-
XYZ49.0229.9554.83-
YUV147.98154.54192.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.25%
GREEN value IS 93 (36.72% from 255) = 17.68%
BLUE value IS 195 (76.56% from 255) = 37.07%
R=45.25%
G=17.68%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2389319500.610.180.07317.7981.0164.9
HexEE5DC303D12713e5141
Octal356135303075227476121101
Binary1110111010111011100001101111011001011110011111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5DC3; }

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

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

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

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

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

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

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

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