Html Css Color HEX #EE76CC Neon Pink

📋 copy color: '#EE76CC'

red 238 ◦ green 118 ◦ blue 204

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

Shades of Neon Pink #EE76CC

Tints of Neon Pink #EE76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.43%

R = 42.5%
G = 21.07%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#EE76CC (or 0xEE76CC) is known color: Neon Pink. HEX triplet: EE, 76 and CC. RGB value is (238,118,204). Sum of RGB (Red+Green+Blue) = 238+118+204=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76CC is #118933. Grayscale: #A3A3A3. Windows color (decimal): -1149236 or 13399790. OLE color: 13399790.

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

Color convert

RGB 238 118 204 -
CMYK 0 0.50 0.14 0.07
HSL 317º 0.78% 0.7% -
HSV(B) 317º 0.5% 0.93% -
XYZ 52.64 35.49 61.2 -
YUV 163.68 150.76 181.01 -
System Red Green Blue C M Y K H S L
Decimal 238 118 204 0 0.50 0.14 0.07 317 0.78 0.7
Hex EE 76 CC 0 32 E 7 13D 4E 46
Octal 356 166 314 0 62 16 7 475 116 106
Binary 11101110 1110110 11001100 0 110010 1110 111 100111101 1001110 1000110

Color Harmonies of #EE76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76CC

Black with #EE76CC

Text Example


Text Example

White with #EE76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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