Html Css Color HEX #EF20EF Magenta

📋 copy color: '#EF20EF'

red 239 ◦ green 32 ◦ blue 239

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

Shades of Magenta #EF20EF

Tints of Magenta #EF20EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.86%

R = 46.86%
G = 6.27%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EF20EF (or 0xEF20EF) is known color: Magenta. HEX triplet: EF, 20 and EF. RGB value is (239,32,239). Sum of RGB (Red+Green+Blue) = 239+32+239=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 32 (12.89% from 255 or 6.27% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: red, blue. Hex color #EF20EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20EF is #10DF10. Grayscale: #747474. Windows color (decimal): -1105681 or 15671535. OLE color: 15671535.

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

Color convert

RGB 239 32 239 -
CMYK 0 0.87 0 0.06
HSL 300º 0.87% 0.53% -
HSV(B) 300º 0.87% 0.94% -
XYZ 51.69 25.62 83.88 -
YUV 117.49 196.58 214.67 -
System Red Green Blue C M Y K H S L
Decimal 239 32 239 0 0.87 0 0.06 300 0.87 0.53
Hex EF 20 EF 0 57 0 6 12C 57 35
Octal 357 40 357 0 127 0 6 454 127 65
Binary 11101111 100000 11101111 0 1010111 0 110 100101100 1010111 110101

Color Harmonies of #EF20EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20EF

Black with #EF20EF

Text Example


Text Example

White with #EF20EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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