Html Css Color HEX #EE61C0 Neon Pink

📋 copy color: '#EE61C0'

red 238 ◦ green 97 ◦ blue 192

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

Shades of Neon Pink #EE61C0

Tints of Neon Pink #EE61C0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.41%

 BLUE value IS 192 (75.39% from 255) = 36.43%

R = 45.16%
G = 18.41%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE61C0 (or 0xEE61C0) is known color: Neon Pink. HEX triplet: EE, 61 and C0. RGB value is (238,97,192). Sum of RGB (Red+Green+Blue) = 238+97+192=527 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.16% from 527); Green value is 97 (38.28% from 255 or 18.41% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 238 - color contains mainly: red. Hex color #EE61C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE61C0 is #119E3F. Grayscale: #959595. Windows color (decimal): -1154624 or 12607982. OLE color: 12607982.

HSL color Cylindrical-coordinate representation of color #EE61C0: hue angle of 319.57º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE61C0 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 97 192 -
CMYK 0 0.59 0.19 0.07
HSL 319.57º 0.81% 0.66% -
HSV(B) 319.57º 0.59% 0.93% -
XYZ 49.05 30.53 53.18 -
YUV 149.99 151.71 190.78 -
System Red Green Blue C M Y K H S L
Decimal 238 97 192 0 0.59 0.19 0.07 319.57 0.81 0.66
Hex EE 61 C0 0 3B 13 7 140 51 42
Octal 356 141 300 0 73 23 7 500 121 102
Binary 11101110 1100001 11000000 0 111011 10011 111 101000000 1010001 1000010

Color Harmonies of #EE61C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE61C0

Black with #EE61C0

Text Example


Text Example

White with #EE61C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE61C0; }

 p { color: rgb(238,97,192); }

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

background-color css

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

 a { background-color: rgb(238,97,192); }

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

border-color css

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

 span { border-color: rgb(238,97,192); }

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