#EE6DC0

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

Shades of Neon Pink #EE6DC0

Tints of Neon Pink #EE6DC0

Color information

#EE6DC0 (or 0xEE6DC0) is unknown color: approx Neon Pink. HEX triplet: EE, 6D and C0. RGB value is (238,109,192). Sum of RGB (Red+Green+Blue) = 238+109+192=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 109 (42.97% from 255 or 20.22% from 539); Blue value is 192 (75.39% from 255 or 35.62% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DC0 is #11923F. Grayscale: #9C9C9C. Windows color (decimal): -1151552 or 12611054. OLE color: 12611054.

HSL color Cylindrical-coordinate representation of color #EE6DC0: hue angle of 321.4º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6DC0 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB238109192-
CMYK00.540.190.07
HSL321.4º79.14%68.04%-
HSV(B)321.4º54.2%93.33%-
XYZ50.2432.9253.58-
YUV157.03147.74185.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.16%
GREEN value IS 109 (42.97% from 255) = 20.22%
BLUE value IS 192 (75.39% from 255) = 35.62%
R=44.16%
G=20.22%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810919200.540.190.07321.479.1468.04
HexEE6DC00361371414f44
Octal356155300066237501117104
Binary1110111011011011100000001101101001111110100000110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6DC0; }

 p { color: rgb(238,109,192); }

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

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

 a { background-color: rgb(238,109,192); }

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

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

 span { border-color: rgb(238,109,192); }

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