Html Css Color HEX #EE21EF Magenta

📋 copy color: '#EE21EF'

red 238 ◦ green 33 ◦ blue 239

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

Shades of Magenta #EE21EF

Tints of Magenta #EE21EF

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #EE21EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21EF

Black with #EE21EF

Text Example


Text Example

White with #EE21EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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