Html Css Color HEX #EE58C2 Neon Pink

📋 copy color: '#EE58C2'

red 238 ◦ green 88 ◦ blue 194

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

Shades of Neon Pink #EE58C2

Tints of Neon Pink #EE58C2

RGB

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

 GREEN value IS 88 (34.77% from 255) = 16.92%

 BLUE value IS 194 (76.17% from 255) = 37.31%

R = 45.77%
G = 16.92%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EE58C2 (or 0xEE58C2) is known color: Neon Pink. HEX triplet: EE, 58 and C2. RGB value is (238,88,194). Sum of RGB (Red+Green+Blue) = 238+88+194=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE58C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE58C2 is #11A73D. Grayscale: #909090. Windows color (decimal): -1156926 or 12736750. OLE color: 12736750.

HSL color Cylindrical-coordinate representation of color #EE58C2: hue angle of 317.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE58C2 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 88 194 -
CMYK 0 0.63 0.18 0.07
HSL 317.6º 0.82% 0.64% -
HSV(B) 317.6º 0.63% 0.93% -
XYZ 48.49 29.05 54.09 -
YUV 144.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 238 88 194 0 0.63 0.18 0.07 317.6 0.82 0.64
Hex EE 58 C2 0 3F 12 7 13E 52 40
Octal 356 130 302 0 77 22 7 476 122 100
Binary 11101110 1011000 11000010 0 111111 10010 111 100111110 1010010 1000000

Color Harmonies of #EE58C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE58C2

Black with #EE58C2

Text Example


Text Example

White with #EE58C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE58C2; }

 p { color: rgb(238,88,194); }

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

background-color css

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

 a { background-color: rgb(238,88,194); }

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

border-color css

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

 span { border-color: rgb(238,88,194); }

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