Html Css Color HEX #EF20ED Magenta

📋 copy color: '#EF20ED'

red 239 ◦ green 32 ◦ blue 237

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

Shades of Magenta #EF20ED

Tints of Magenta #EF20ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.65%

R = 47.05%
G = 6.3%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF20ED (or 0xEF20ED) is known color: Magenta. HEX triplet: EF, 20 and ED. RGB value is (239,32,237). Sum of RGB (Red+Green+Blue) = 239+32+237=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 32 (12.89% from 255 or 6.30% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF20ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF20ED is #10DF12. Grayscale: #747474. Windows color (decimal): -1105683 or 15540463. OLE color: 15540463.

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

Color convert

RGB 239 32 237 -
CMYK 0 0.87 0.01 0.06
HSL 300.58º 0.87% 0.53% -
HSV(B) 300.58º 0.87% 0.94% -
XYZ 51.4 25.5 82.33 -
YUV 117.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 239 32 237 0 0.87 0.01 0.06 300.58 0.87 0.53
Hex EF 20 ED 0 57 1 6 12D 57 35
Octal 357 40 355 0 127 1 6 455 127 65
Binary 11101111 100000 11101101 0 1010111 1 110 100101101 1010111 110101

Color Harmonies of #EF20ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF20ED

Black with #EF20ED

Text Example


Text Example

White with #EF20ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF20ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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