Html Css Color HEX #EF24BA Spicy Pink

📋 copy color: '#EF24BA'

red 239 ◦ green 36 ◦ blue 186

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

Shades of Spicy Pink #EF24BA

Tints of Spicy Pink #EF24BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.35%

R = 51.84%
G = 7.81%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#EF24BA (or 0xEF24BA) is known color: Spicy Pink. HEX triplet: EF, 24 and BA. RGB value is (239,36,186). Sum of RGB (Red+Green+Blue) = 239+36+186=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 36 (14.45% from 255 or 7.81% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF24BA is #10DB45. Grayscale: #717171. Windows color (decimal): -1104710 or 12199151. OLE color: 12199151.

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

Color convert

RGB 239 36 186 -
CMYK 0 0.85 0.22 0.06
HSL 315.67º 0.86% 0.54% -
HSV(B) 315.67º 0.85% 0.94% -
XYZ 45.09 23.16 48.55 -
YUV 113.8 168.75 217.3 -
System Red Green Blue C M Y K H S L
Decimal 239 36 186 0 0.85 0.22 0.06 315.67 0.86 0.54
Hex EF 24 BA 0 55 16 6 13C 56 36
Octal 357 44 272 0 125 26 6 474 126 66
Binary 11101111 100100 10111010 0 1010101 10110 110 100111100 1010110 110110

Color Harmonies of #EF24BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF24BA

Black with #EF24BA

Text Example


Text Example

White with #EF24BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF24BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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