Html Css Color HEX #EE77D2 Neon Pink

📋 copy color: '#EE77D2'

red 238 ◦ green 119 ◦ blue 210

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

Shades of Neon Pink #EE77D2

Tints of Neon Pink #EE77D2

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.99%

 BLUE value IS 210 (82.42% from 255) = 37.04%

R = 41.98%
G = 20.99%
B = 37.04%

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

#EE77D2 (or 0xEE77D2) is known color: Neon Pink. HEX triplet: EE, 77 and D2. RGB value is (238,119,210). Sum of RGB (Red+Green+Blue) = 238+119+210=567 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.98% from 567); Green value is 119 (46.88% from 255 or 20.99% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 238 - color contains mainly: red. Hex color #EE77D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE77D2 is #11882D. Grayscale: #A4A4A4. Windows color (decimal): -1148974 or 13793262. OLE color: 13793262.

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

Color convert

RGB 238 119 210 -
CMYK 0 0.50 0.12 0.07
HSL 314.12º 0.78% 0.7% -
HSV(B) 314.12º 0.5% 0.93% -
XYZ 53.49 36.02 65.11 -
YUV 164.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 238 119 210 0 0.50 0.12 0.07 314.12 0.78 0.7
Hex EE 77 D2 0 32 C 7 13A 4E 46
Octal 356 167 322 0 62 14 7 472 116 106
Binary 11101110 1110111 11010010 0 110010 1100 111 100111010 1001110 1000110

Color Harmonies of #EE77D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE77D2

Black with #EE77D2

Text Example


Text Example

White with #EE77D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE77D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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