#EE6DBF

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

Shades of Neon Pink #EE6DBF

Tints of Neon Pink #EE6DBF

Color information

#EE6DBF (or 0xEE6DBF) is unknown color: approx Neon Pink. HEX triplet: EE, 6D and BF. RGB value is (238,109,191). Sum of RGB (Red+Green+Blue) = 238+109+191=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 109 (42.97% from 255 or 20.26% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DBF is #119240. Grayscale: #9C9C9C. Windows color (decimal): -1151553 or 12545518. OLE color: 12545518.

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

Color convert

RGB238109191-
CMYK00.540.200.07
HSL321.86º79.14%68.04%-
HSV(B)321.86º54.2%93.33%-
XYZ50.1332.8852.99-
YUV156.92147.24185.83-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.24%
GREEN value IS 109 (42.97% from 255) = 20.26%
BLUE value IS 191 (75% from 255) = 35.50%
R=44.24%
G=20.26%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23810919100.540.200.07321.8679.1468.04
HexEE6DBF0361471424f44
Octal356155277066247502117104
Binary1110111011011011011111101101101010011110100001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6DBF; }

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

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

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

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

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

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

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

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