Html Css Color HEX #EE24BD Shocking Pink

📋 copy color: '#EE24BD'

red 238 ◦ green 36 ◦ blue 189

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

Shades of Shocking Pink #EE24BD

Tints of Shocking Pink #EE24BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 51.4%
G = 7.78%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE24BD (or 0xEE24BD) is known color: Shocking Pink. HEX triplet: EE, 24 and BD. RGB value is (238,36,189). Sum of RGB (Red+Green+Blue) = 238+36+189=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE24BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE24BD is #11DB42. Grayscale: #717171. Windows color (decimal): -1170243 or 12395758. OLE color: 12395758.

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

Color convert

RGB 238 36 189 -
CMYK 0 0.85 0.21 0.07
HSL 314.55º 0.86% 0.54% -
HSV(B) 314.55º 0.85% 0.93% -
XYZ 45.08 23.11 50.23 -
YUV 113.84 170.42 216.56 -
System Red Green Blue C M Y K H S L
Decimal 238 36 189 0 0.85 0.21 0.07 314.55 0.86 0.54
Hex EE 24 BD 0 55 15 7 13B 56 36
Octal 356 44 275 0 125 25 7 473 126 66
Binary 11101110 100100 10111101 0 1010101 10101 111 100111011 1010110 110110

Color Harmonies of #EE24BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE24BD

Black with #EE24BD

Text Example


Text Example

White with #EE24BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE24BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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