Html Css Color HEX #EE76CA Neon Pink

📋 copy color: '#EE76CA'

red 238 ◦ green 118 ◦ blue 202

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

Shades of Neon Pink #EE76CA

Tints of Neon Pink #EE76CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 42.65%
G = 21.15%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EE76CA (or 0xEE76CA) is known color: Neon Pink. HEX triplet: EE, 76 and CA. RGB value is (238,118,202). Sum of RGB (Red+Green+Blue) = 238+118+202=558 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.65% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 238 - color contains mainly: red. Hex color #EE76CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE76CA is #118935. Grayscale: #A3A3A3. Windows color (decimal): -1149238 or 13268718. OLE color: 13268718.

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

Color convert

RGB 238 118 202 -
CMYK 0 0.50 0.15 0.07
HSL 318º 0.78% 0.7% -
HSV(B) 318º 0.5% 0.93% -
XYZ 52.4 35.4 59.95 -
YUV 163.46 149.76 181.17 -
System Red Green Blue C M Y K H S L
Decimal 238 118 202 0 0.50 0.15 0.07 318 0.78 0.7
Hex EE 76 CA 0 32 F 7 13E 4E 46
Octal 356 166 312 0 62 17 7 476 116 106
Binary 11101110 1110110 11001010 0 110010 1111 111 100111110 1001110 1000110

Color Harmonies of #EE76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE76CA

Black with #EE76CA

Text Example


Text Example

White with #EE76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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