#EE6DBE

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

Shades of Neon Pink #EE6DBE

Tints of Neon Pink #EE6DBE

Color information

#EE6DBE (or 0xEE6DBE) is unknown color: approx Neon Pink. HEX triplet: EE, 6D and BE. RGB value is (238,109,190). Sum of RGB (Red+Green+Blue) = 238+109+190=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 109 (42.97% from 255 or 20.30% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6DBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE6DBE is #119241. Grayscale: #9C9C9C. Windows color (decimal): -1151554 or 12479982. OLE color: 12479982.

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

Color convert

RGB238109190-
CMYK00.540.200.07
HSL322.33º79.14%68.04%-
HSV(B)322.33º54.2%93.33%-
XYZ50.0232.8352.42-
YUV156.8146.74185.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.32%
GREEN value IS 109 (42.97% from 255) = 20.30%
BLUE value IS 190 (74.61% from 255) = 35.38%
R=44.32%
G=20.30%
B=35.38%

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
Decimal23810919000.540.200.07322.3379.1468.04
HexEE6DBE0361471424f44
Octal356155276066247502117104
Binary1110111011011011011111001101101010011110100001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6DBE; }

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

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

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

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

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

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

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

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