Html Css Color HEX #EF21ED Magenta

📋 copy color: '#EF21ED'

red 239 ◦ green 33 ◦ blue 237

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

Shades of Magenta #EF21ED

Tints of Magenta #EF21ED

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.48%

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

R = 46.95%
G = 6.48%
B = 46.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EF21ED (or 0xEF21ED) is known color: Magenta. HEX triplet: EF, 21 and ED. RGB value is (239,33,237). Sum of RGB (Red+Green+Blue) = 239+33+237=509 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.95% from 509); Green value is 33 (13.28% from 255 or 6.48% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21ED is #10DE12. Grayscale: #757575. Windows color (decimal): -1105427 or 15540719. OLE color: 15540719.

HSL color Cylindrical-coordinate representation of color #EF21ED: 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.86%. Process color model (Four color, CMYK) of #EF21ED is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 33 237 -
CMYK 0 0.86 0.01 0.06
HSL 300.58º 0.87% 0.53% -
HSV(B) 300.58º 0.86% 0.94% -
XYZ 51.43 25.55 82.34 -
YUV 117.85 195.25 214.41 -
System Red Green Blue C M Y K H S L
Decimal 239 33 237 0 0.86 0.01 0.06 300.58 0.87 0.53
Hex EF 21 ED 0 56 1 6 12D 57 35
Octal 357 41 355 0 126 1 6 455 127 65
Binary 11101111 100001 11101101 0 1010110 1 110 100101101 1010111 110101

Color Harmonies of #EF21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21ED

Black with #EF21ED

Text Example


Text Example

White with #EF21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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