Html Css Color HEX #EF20AA Spicy Pink

📋 copy color: '#EF20AA'

red 239 ◦ green 32 ◦ blue 170

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

Shades of Spicy Pink #EF20AA

Tints of Spicy Pink #EF20AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

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

R = 54.2%
G = 7.26%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF20AA (or 0xEF20AA) is known color: Spicy Pink. HEX triplet: EF, 20 and AA. RGB value is (239,32,170). Sum of RGB (Red+Green+Blue) = 239+32+170=441 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.20% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF20AA is #10DF55. Grayscale: #6D6D6D. Windows color (decimal): -1105750 or 11149551. OLE color: 11149551.

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

Color convert

RGB 239 32 170 -
CMYK 0 0.87 0.29 0.06
HSL 320º 0.87% 0.53% -
HSV(B) 320º 0.87% 0.94% -
XYZ 43.37 22.29 40.05 -
YUV 109.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 239 32 170 0 0.87 0.29 0.06 320 0.87 0.53
Hex EF 20 AA 0 57 1D 6 140 57 35
Octal 357 40 252 0 127 35 6 500 127 65
Binary 11101111 100000 10101010 0 1010111 11101 110 101000000 1010111 110101

Color Harmonies of #EF20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20AA

Black with #EF20AA

Text Example


Text Example

White with #EF20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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