Html Css Color HEX #EE76C9 Neon Pink

📋 copy color: '#EE76C9'

red 238 ◦ green 118 ◦ blue 201

#EE76C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #EE76C9

Tints of Neon Pink #EE76C9

RGB

 RED value IS 238 (93.36% from 255) = 42.73%

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 201 (78.91% from 255) = 36.09%

R = 42.73%
G = 21.18%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EE76C9 (or 0xEE76C9) is known color: Neon Pink. HEX triplet: EE, 76 and C9. RGB value is (238,118,201). Sum of RGB (Red+Green+Blue) = 238+118+201=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76C9 is #118936. Grayscale: #A3A3A3. Windows color (decimal): -1149239 or 13203182. OLE color: 13203182.

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

Color convert

RGB 238 118 201 -
CMYK 0 0.50 0.16 0.07
HSL 318.5º 0.78% 0.7% -
HSV(B) 318.5º 0.5% 0.93% -
XYZ 52.28 35.35 59.33 -
YUV 163.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 238 118 201 0 0.50 0.16 0.07 318.5 0.78 0.7
Hex EE 76 C9 0 32 10 7 13E 4E 46
Octal 356 166 311 0 62 20 7 476 116 106
Binary 11101110 1110110 11001001 0 110010 10000 111 100111110 1001110 1000110

Color Harmonies of #EE76C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76C9

Black with #EE76C9

Text Example


Text Example

White with #EE76C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76C9; }

 p { color: rgb(238,118,201); }

 H1.HeaderClassName
 {
   color: #EE76C9;
 }
 .AnyTagClassName
 {
   color: #EE76C9;
 }
</style>

background-color css

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

 a { background-color: rgb(238,118,201); }

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

border-color css

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

 span { border-color: rgb(238,118,201); }

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