Html Css Color HEX #EE24BE Shocking Pink

📋 copy color: '#EE24BE'

red 238 ◦ green 36 ◦ blue 190

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

Shades of Shocking Pink #EE24BE

Tints of Shocking Pink #EE24BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.95%

R = 51.29%
G = 7.76%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#EE24BE (or 0xEE24BE) is known color: Shocking Pink. HEX triplet: EE, 24 and BE. RGB value is (238,36,190). Sum of RGB (Red+Green+Blue) = 238+36+190=464 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.29% from 464); Green value is 36 (14.45% from 255 or 7.76% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24BE is #11DB41. Grayscale: #717171. Windows color (decimal): -1170242 or 12461294. OLE color: 12461294.

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

Color convert

RGB 238 36 190 -
CMYK 0 0.85 0.20 0.07
HSL 314.26º 0.86% 0.54% -
HSV(B) 314.26º 0.85% 0.93% -
XYZ 45.19 23.16 50.8 -
YUV 113.95 170.92 216.48 -
System Red Green Blue C M Y K H S L
Decimal 238 36 190 0 0.85 0.20 0.07 314.26 0.86 0.54
Hex EE 24 BE 0 55 14 7 13A 56 36
Octal 356 44 276 0 125 24 7 472 126 66
Binary 11101110 100100 10111110 0 1010101 10100 111 100111010 1010110 110110

Color Harmonies of #EE24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24BE

Black with #EE24BE

Text Example


Text Example

White with #EE24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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