Html Css Color HEX #EF21BD Shocking Pink

📋 copy color: '#EF21BD'

red 239 ◦ green 33 ◦ blue 189

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

Shades of Shocking Pink #EF21BD

Tints of Shocking Pink #EF21BD

RGB

 RED value IS 239 (93.75% from 255) = 51.84%

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

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

R = 51.84%
G = 7.16%
B = 41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#EF21BD (or 0xEF21BD) is known color: Shocking Pink. HEX triplet: EF, 21 and BD. RGB value is (239,33,189). Sum of RGB (Red+Green+Blue) = 239+33+189=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 33 (13.28% from 255 or 7.16% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF21BD is #10DE42. Grayscale: #6F6F6F. Windows color (decimal): -1105475 or 12394991. OLE color: 12394991.

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

Color convert

RGB 239 33 189 -
CMYK 0 0.86 0.21 0.06
HSL 314.56º 0.87% 0.53% -
HSV(B) 314.56º 0.86% 0.94% -
XYZ 45.33 23.11 50.22 -
YUV 112.38 171.25 218.32 -
System Red Green Blue C M Y K H S L
Decimal 239 33 189 0 0.86 0.21 0.06 314.56 0.87 0.53
Hex EF 21 BD 0 56 15 6 13B 57 35
Octal 357 41 275 0 126 25 6 473 127 65
Binary 11101111 100001 10111101 0 1010110 10101 110 100111011 1010111 110101

Color Harmonies of #EF21BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21BD

Black with #EF21BD

Text Example


Text Example

White with #EF21BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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