Html Css Color HEX #EF21AA Spicy Pink

📋 copy color: '#EF21AA'

red 239 ◦ green 33 ◦ blue 170

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

Shades of Spicy Pink #EF21AA

Tints of Spicy Pink #EF21AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 54.07%
G = 7.47%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF21AA (or 0xEF21AA) is known color: Spicy Pink. HEX triplet: EF, 21 and AA. RGB value is (239,33,170). Sum of RGB (Red+Green+Blue) = 239+33+170=442 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.07% from 442); Green value is 33 (13.28% from 255 or 7.47% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF21AA is #10DE55. Grayscale: #6D6D6D. Windows color (decimal): -1105494 or 11149807. OLE color: 11149807.

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

Color convert

RGB 239 33 170 -
CMYK 0 0.86 0.29 0.06
HSL 320.1º 0.87% 0.53% -
HSV(B) 320.1º 0.86% 0.94% -
XYZ 43.4 22.34 40.06 -
YUV 110.21 161.75 219.86 -
System Red Green Blue C M Y K H S L
Decimal 239 33 170 0 0.86 0.29 0.06 320.1 0.87 0.53
Hex EF 21 AA 0 56 1D 6 140 57 35
Octal 357 41 252 0 126 35 6 500 127 65
Binary 11101111 100001 10101010 0 1010110 11101 110 101000000 1010111 110101

Color Harmonies of #EF21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21AA

Black with #EF21AA

Text Example


Text Example

White with #EF21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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