#EE77CD

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

Shades of Neon Pink #EE77CD

Tints of Neon Pink #EE77CD

Color information

#EE77CD (or 0xEE77CD) is unknown color: approx Neon Pink. HEX triplet: EE, 77 and CD. RGB value is (238,119,205). Sum of RGB (Red+Green+Blue) = 238+119+205=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77CD is #118832. Grayscale: #A4A4A4. Windows color (decimal): -1148979 or 13465582. OLE color: 13465582.

HSL color Cylindrical-coordinate representation of color #EE77CD: hue angle of 316.64º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE77CD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB238119205-
CMYK00.500.140.07
HSL316.64º77.78%70%-
HSV(B)316.64º50%93.33%-
XYZ52.8835.7861.88-
YUV164.38150.92180.51-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 205 (80.47% from 255) = 36.48%
R=42.35%
G=21.17%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811920500.500.140.07316.6477.7870
HexEE77CD032E713d4e46
Octal356167315062167475116106
Binary111011101110111110011010110010111011110011110110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE77CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE77CD; }

 p { color: rgb(238,119,205); }

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

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

 a { background-color: rgb(238,119,205); }

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

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

 span { border-color: rgb(238,119,205); }

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