Html Css Color HEX #EF21EE Magenta

📋 copy color: '#EF21EE'

red 239 ◦ green 33 ◦ blue 238

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

Shades of Magenta #EF21EE

Tints of Magenta #EF21EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.67%

R = 46.86%
G = 6.47%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EF21EE (or 0xEF21EE) is known color: Magenta. HEX triplet: EF, 21 and EE. RGB value is (239,33,238). Sum of RGB (Red+Green+Blue) = 239+33+238=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 33 (13.28% from 255 or 6.47% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EF21EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF21EE is #10DE11. Grayscale: #757575. Windows color (decimal): -1105426 or 15606255. OLE color: 15606255.

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

Color convert

RGB 239 33 238 -
CMYK 0 0.86 0.00 0.06
HSL 300.29º 0.87% 0.53% -
HSV(B) 300.29º 0.86% 0.94% -
XYZ 51.57 25.61 83.11 -
YUV 117.96 195.75 214.33 -
System Red Green Blue C M Y K H S L
Decimal 239 33 238 0 0.86 0.00 0.06 300.29 0.87 0.53
Hex EF 21 EE 0 56 0 6 12C 57 35
Octal 357 41 356 0 126 0 6 454 127 65
Binary 11101111 100001 11101110 0 1010110 0 110 100101100 1010111 110101

Color Harmonies of #EF21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF21EE

Black with #EF21EE

Text Example


Text Example

White with #EF21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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