Html Css Color HEX #EF21AB Spicy Pink

📋 copy color: '#EF21AB'

red 239 ◦ green 33 ◦ blue 171

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

Shades of Spicy Pink #EF21AB

Tints of Spicy Pink #EF21AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 53.95%
G = 7.45%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF21AB (or 0xEF21AB) is known color: Spicy Pink. HEX triplet: EF, 21 and AB. RGB value is (239,33,171). Sum of RGB (Red+Green+Blue) = 239+33+171=443 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.95% from 443); Green value is 33 (13.28% from 255 or 7.45% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF21AB is #10DE54. Grayscale: #6D6D6D. Windows color (decimal): -1105493 or 11215343. OLE color: 11215343.

HSL color Cylindrical-coordinate representation of color #EF21AB: hue angle of 319.81º 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 #EF21AB is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 171 -
CMYK 0 0.86 0.28 0.06
HSL 319.81º 0.87% 0.53% -
HSV(B) 319.81º 0.86% 0.94% -
XYZ 43.49 22.38 40.56 -
YUV 110.33 162.25 219.78 -
System Red Green Blue C M Y K H S L
Decimal 239 33 171 0 0.86 0.28 0.06 319.81 0.87 0.53
Hex EF 21 AB 0 56 1C 6 140 57 35
Octal 357 41 253 0 126 34 6 500 127 65
Binary 11101111 100001 10101011 0 1010110 11100 110 101000000 1010111 110101

Color Harmonies of #EF21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21AB

Black with #EF21AB

Text Example


Text Example

White with #EF21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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