Html Css Color HEX #EE21F8 Magenta

📋 copy color: '#EE21F8'

red 238 ◦ green 33 ◦ blue 248

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

Shades of Magenta #EE21F8

Tints of Magenta #EE21F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 47.78%

R = 45.86%
G = 6.36%
B = 47.78%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE21F8 (or 0xEE21F8) is known color: Magenta. HEX triplet: EE, 21 and F8. RGB value is (238,33,248). Sum of RGB (Red+Green+Blue) = 238+33+248=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 33 (13.28% from 255 or 6.36% from 519); Blue value is 248 (97.27% from 255 or 47.78% from 519); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE21F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE21F8 is #11DE07. Grayscale: #767676. Windows color (decimal): -1170952 or 16261614. OLE color: 16261614.

HSL color Cylindrical-coordinate representation of color #EE21F8: hue angle of 297.21º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE21F8 is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 33 248 -
CMYK 0.04 0.87 0 0.03
HSL 297.21º 0.94% 0.55% -
HSV(B) 297.21º 0.87% 0.97% -
XYZ 52.75 26.04 91.05 -
YUV 118.81 200.92 213.02 -
System Red Green Blue C M Y K H S L
Decimal 238 33 248 0.04 0.87 0 0.03 297.21 0.94 0.55
Hex EE 21 F8 4 57 0 3 129 5E 37
Octal 356 41 370 4 127 0 3 451 136 67
Binary 11101110 100001 11111000 100 1010111 0 11 100101001 1011110 110111

Color Harmonies of #EE21F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21F8

Black with #EE21F8

Text Example


Text Example

White with #EE21F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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