Html Css Color HEX #EF24EE Magenta

📋 copy color: '#EF24EE'

red 239 ◦ green 36 ◦ blue 238

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

Shades of Magenta #EF24EE

Tints of Magenta #EF24EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.39%

R = 46.59%
G = 7.02%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF24EE (or 0xEF24EE) is known color: Magenta. HEX triplet: EF, 24 and EE. RGB value is (239,36,238). Sum of RGB (Red+Green+Blue) = 239+36+238=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 36 (14.45% from 255 or 7.02% from 513); Blue value is 238 (93.36% from 255 or 46.39% from 513); Max value from RGB is 239 - color contains mainly: red. Hex color #EF24EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF24EE is #10DB11. Grayscale: #777777. Windows color (decimal): -1104658 or 15607023. OLE color: 15607023.

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

Color convert

RGB 239 36 238 -
CMYK 0 0.85 0.00 0.06
HSL 300.3º 0.86% 0.54% -
HSV(B) 300.3º 0.85% 0.94% -
XYZ 51.66 25.79 83.14 -
YUV 119.73 194.75 213.07 -
System Red Green Blue C M Y K H S L
Decimal 239 36 238 0 0.85 0.00 0.06 300.3 0.86 0.54
Hex EF 24 EE 0 55 0 6 12C 56 36
Octal 357 44 356 0 125 0 6 454 126 66
Binary 11101111 100100 11101110 0 1010101 0 110 100101100 1010110 110110

Color Harmonies of #EF24EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF24EE

Black with #EF24EE

Text Example


Text Example

White with #EF24EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF24EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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