Html Css Color HEX #EF24AA Spicy Pink

📋 copy color: '#EF24AA'

red 239 ◦ green 36 ◦ blue 170

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

Shades of Spicy Pink #EF24AA

Tints of Spicy Pink #EF24AA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.09%

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

R = 53.71%
G = 8.09%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#EF24AA (or 0xEF24AA) is known color: Spicy Pink. HEX triplet: EF, 24 and AA. RGB value is (239,36,170). Sum of RGB (Red+Green+Blue) = 239+36+170=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF24AA is #10DB55. Grayscale: #6F6F6F. Windows color (decimal): -1104726 or 11150575. OLE color: 11150575.

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

Color convert

RGB 239 36 170 -
CMYK 0 0.85 0.29 0.06
HSL 320.39º 0.86% 0.54% -
HSV(B) 320.39º 0.85% 0.94% -
XYZ 43.48 22.51 40.08 -
YUV 111.97 160.75 218.6 -
System Red Green Blue C M Y K H S L
Decimal 239 36 170 0 0.85 0.29 0.06 320.39 0.86 0.54
Hex EF 24 AA 0 55 1D 6 140 56 36
Octal 357 44 252 0 125 35 6 500 126 66
Binary 11101111 100100 10101010 0 1010101 11101 110 101000000 1010110 110110

Color Harmonies of #EF24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF24AA

Black with #EF24AA

Text Example


Text Example

White with #EF24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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