Html Css Color HEX #EE21BD Shocking Pink

📋 copy color: '#EE21BD'

red 238 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #EE21BD

Tints of Shocking Pink #EE21BD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.17%

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

R = 51.74%
G = 7.17%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE21BD (or 0xEE21BD) is known color: Shocking Pink. HEX triplet: EE, 21 and BD. RGB value is (238,33,189). Sum of RGB (Red+Green+Blue) = 238+33+189=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 33 (13.28% from 255 or 7.17% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE21BD is #11DE42. Grayscale: #6F6F6F. Windows color (decimal): -1171011 or 12394990. OLE color: 12394990.

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

Color convert

RGB 238 33 189 -
CMYK 0 0.86 0.21 0.07
HSL 314.34º 0.86% 0.53% -
HSV(B) 314.34º 0.86% 0.93% -
XYZ 44.99 22.94 50.2 -
YUV 112.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 238 33 189 0 0.86 0.21 0.07 314.34 0.86 0.53
Hex EE 21 BD 0 56 15 7 13A 56 35
Octal 356 41 275 0 126 25 7 472 126 65
Binary 11101110 100001 10111101 0 1010110 10101 111 100111010 1010110 110101

Color Harmonies of #EE21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21BD

Black with #EE21BD

Text Example


Text Example

White with #EE21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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