Html Css Color HEX #EF24FF Magenta

📋 copy color: '#EF24FF'

red 239 ◦ green 36 ◦ blue 255

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

Shades of Magenta #EF24FF

Tints of Magenta #EF24FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.11%

R = 45.09%
G = 6.79%
B = 48.11%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EF24FF (or 0xEF24FF) is known color: Magenta. HEX triplet: EF, 24 and FF. RGB value is (239,36,255). Sum of RGB (Red+Green+Blue) = 239+36+255=530 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.09% from 530); Green value is 36 (14.45% from 255 or 6.79% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #EF24FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF24FF is #10DB00. Grayscale: #787878. Windows color (decimal): -1104641 or 16721135. OLE color: 16721135.

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

Color convert

RGB 239 36 255 -
CMYK 0.06 0.86 0 0
HSL 295.62º 1% 0.57% -
HSV(B) 295.62º 0.86% 1% -
XYZ 54.28 26.83 96.93 -
YUV 121.66 203.25 211.69 -
System Red Green Blue C M Y K H S L
Decimal 239 36 255 0.06 0.86 0 0 295.62 1 0.57
Hex EF 24 FF 6 56 0 0 128 64 39
Octal 357 44 377 6 126 0 0 450 144 71
Binary 11101111 100100 11111111 110 1010110 0 0 100101000 1100100 111001

Color Harmonies of #EF24FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF24FF

Black with #EF24FF

Text Example


Text Example

White with #EF24FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF24FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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