Html Css Color HEX #EF20B8 Spicy Pink

📋 copy color: '#EF20B8'

red 239 ◦ green 32 ◦ blue 184

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

Shades of Spicy Pink #EF20B8

Tints of Spicy Pink #EF20B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 40.44%

R = 52.53%
G = 7.03%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.06

RGB Variations

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

Color information

#EF20B8 (or 0xEF20B8) is known color: Spicy Pink. HEX triplet: EF, 20 and B8. RGB value is (239,32,184). Sum of RGB (Red+Green+Blue) = 239+32+184=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 32 (12.89% from 255 or 7.03% from 455); Blue value is 184 (72.27% from 255 or 40.44% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF20B8 is #10DF47. Grayscale: #6E6E6E. Windows color (decimal): -1105736 or 12067055. OLE color: 12067055.

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

Color convert

RGB 239 32 184 -
CMYK 0 0.87 0.23 0.06
HSL 315.94º 0.87% 0.53% -
HSV(B) 315.94º 0.87% 0.94% -
XYZ 44.76 22.84 47.4 -
YUV 111.22 169.08 219.14 -
System Red Green Blue C M Y K H S L
Decimal 239 32 184 0 0.87 0.23 0.06 315.94 0.87 0.53
Hex EF 20 B8 0 57 17 6 13C 57 35
Octal 357 40 270 0 127 27 6 474 127 65
Binary 11101111 100000 10111000 0 1010111 10111 110 100111100 1010111 110101

Color Harmonies of #EF20B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20B8

Black with #EF20B8

Text Example


Text Example

White with #EF20B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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