Html Css Color HEX #EF20E9 Magenta

📋 copy color: '#EF20E9'

red 239 ◦ green 32 ◦ blue 233

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

Shades of Magenta #EF20E9

Tints of Magenta #EF20E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.23%

R = 47.42%
G = 6.35%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EF20E9 (or 0xEF20E9) is known color: Magenta. HEX triplet: EF, 20 and E9. RGB value is (239,32,233). Sum of RGB (Red+Green+Blue) = 239+32+233=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 233 (91.41% from 255 or 46.23% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20E9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20E9 is #10DF16. Grayscale: #747474. Windows color (decimal): -1105687 or 15278319. OLE color: 15278319.

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

Color convert

RGB 239 32 233 -
CMYK 0 0.87 0.03 0.06
HSL 301.74º 0.87% 0.53% -
HSV(B) 301.74º 0.87% 0.94% -
XYZ 50.82 25.27 79.29 -
YUV 116.81 193.58 215.16 -
System Red Green Blue C M Y K H S L
Decimal 239 32 233 0 0.87 0.03 0.06 301.74 0.87 0.53
Hex EF 20 E9 0 57 3 6 12E 57 35
Octal 357 40 351 0 127 3 6 456 127 65
Binary 11101111 100000 11101001 0 1010111 11 110 100101110 1010111 110101

Color Harmonies of #EF20E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20E9

Black with #EF20E9

Text Example


Text Example

White with #EF20E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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