Html Css Color HEX #EE76D1 Neon Pink

📋 copy color: '#EE76D1'

red 238 ◦ green 118 ◦ blue 209

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

Shades of Neon Pink #EE76D1

Tints of Neon Pink #EE76D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.99%

R = 42.12%
G = 20.88%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#EE76D1 (or 0xEE76D1) is known color: Neon Pink. HEX triplet: EE, 76 and D1. RGB value is (238,118,209). Sum of RGB (Red+Green+Blue) = 238+118+209=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76D1 is #11892E. Grayscale: #A4A4A4. Windows color (decimal): -1149231 or 13727470. OLE color: 13727470.

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

Color convert

RGB 238 118 209 -
CMYK 0 0.50 0.12 0.07
HSL 314.5º 0.78% 0.7% -
HSV(B) 314.5º 0.5% 0.93% -
XYZ 53.25 35.74 64.41 -
YUV 164.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 238 118 209 0 0.50 0.12 0.07 314.5 0.78 0.7
Hex EE 76 D1 0 32 C 7 13A 4E 46
Octal 356 166 321 0 62 14 7 472 116 106
Binary 11101110 1110110 11010001 0 110010 1100 111 100111010 1001110 1000110

Color Harmonies of #EE76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76D1

Black with #EE76D1

Text Example


Text Example

White with #EE76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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