Html Css Color HEX #EF20A6 Spicy Pink

📋 copy color: '#EF20A6'

red 239 ◦ green 32 ◦ blue 166

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

Shades of Spicy Pink #EF20A6

Tints of Spicy Pink #EF20A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 37.99%

R = 54.69%
G = 7.32%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#EF20A6 (or 0xEF20A6) is known color: Spicy Pink. HEX triplet: EF, 20 and A6. RGB value is (239,32,166). Sum of RGB (Red+Green+Blue) = 239+32+166=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 32 (12.89% from 255 or 7.32% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF20A6 is #10DF59. Grayscale: #6C6C6C. Windows color (decimal): -1105754 or 10887407. OLE color: 10887407.

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

Color convert

RGB 239 32 166 -
CMYK 0 0.87 0.31 0.06
HSL 321.16º 0.87% 0.53% -
HSV(B) 321.16º 0.87% 0.94% -
XYZ 43 22.14 38.08 -
YUV 109.17 160.08 220.6 -
System Red Green Blue C M Y K H S L
Decimal 239 32 166 0 0.87 0.31 0.06 321.16 0.87 0.53
Hex EF 20 A6 0 57 1F 6 141 57 35
Octal 357 40 246 0 127 37 6 501 127 65
Binary 11101111 100000 10100110 0 1010111 11111 110 101000001 1010111 110101

Color Harmonies of #EF20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20A6

Black with #EF20A6

Text Example


Text Example

White with #EF20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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