Html Css Color HEX #EF21EC Magenta

📋 copy color: '#EF21EC'

red 239 ◦ green 33 ◦ blue 236

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

Shades of Magenta #EF21EC

Tints of Magenta #EF21EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 47.05%
G = 6.5%
B = 46.46%

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

#EF21EC (or 0xEF21EC) is known color: Magenta. HEX triplet: EF, 21 and EC. RGB value is (239,33,236). Sum of RGB (Red+Green+Blue) = 239+33+236=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 33 (13.28% from 255 or 6.50% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21EC is #10DE13. Grayscale: #757575. Windows color (decimal): -1105428 or 15475183. OLE color: 15475183.

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

Color convert

RGB 239 33 236 -
CMYK 0 0.86 0.01 0.06
HSL 300.87º 0.87% 0.53% -
HSV(B) 300.87º 0.86% 0.94% -
XYZ 51.28 25.49 81.58 -
YUV 117.74 194.75 214.49 -
System Red Green Blue C M Y K H S L
Decimal 239 33 236 0 0.86 0.01 0.06 300.87 0.87 0.53
Hex EF 21 EC 0 56 1 6 12D 57 35
Octal 357 41 354 0 126 1 6 455 127 65
Binary 11101111 100001 11101100 0 1010110 1 110 100101101 1010111 110101

Color Harmonies of #EF21EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21EC

Black with #EF21EC

Text Example


Text Example

White with #EF21EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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