Html Css Color HEX #EE24C0 Shocking Pink

📋 copy color: '#EE24C0'

red 238 ◦ green 36 ◦ blue 192

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

Shades of Shocking Pink #EE24C0

Tints of Shocking Pink #EE24C0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.73%

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

R = 51.07%
G = 7.73%
B = 41.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#EE24C0 (or 0xEE24C0) is known color: Shocking Pink. HEX triplet: EE, 24 and C0. RGB value is (238,36,192). Sum of RGB (Red+Green+Blue) = 238+36+192=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 36 (14.45% from 255 or 7.73% from 466); Blue value is 192 (75.39% from 255 or 41.20% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24C0 is #11DB3F. Grayscale: #717171. Windows color (decimal): -1170240 or 12592366. OLE color: 12592366.

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

Color convert

RGB 238 36 192 -
CMYK 0 0.85 0.19 0.07
HSL 313.66º 0.86% 0.54% -
HSV(B) 313.66º 0.85% 0.93% -
XYZ 45.41 23.24 51.96 -
YUV 114.18 171.92 216.32 -
System Red Green Blue C M Y K H S L
Decimal 238 36 192 0 0.85 0.19 0.07 313.66 0.86 0.54
Hex EE 24 C0 0 55 13 7 13A 56 36
Octal 356 44 300 0 125 23 7 472 126 66
Binary 11101110 100100 11000000 0 1010101 10011 111 100111010 1010110 110110

Color Harmonies of #EE24C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24C0

Black with #EE24C0

Text Example


Text Example

White with #EE24C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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