Html Css Color HEX #EE21FB Magenta

📋 copy color: '#EE21FB'

red 238 ◦ green 33 ◦ blue 251

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

Shades of Magenta #EE21FB

Tints of Magenta #EE21FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 45.59%
G = 6.32%
B = 48.08%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE21FB (or 0xEE21FB) is known color: Magenta. HEX triplet: EE, 21 and FB. RGB value is (238,33,251). Sum of RGB (Red+Green+Blue) = 238+33+251=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 33 (13.28% from 255 or 6.32% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE21FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE21FB is #11DE04. Grayscale: #767676. Windows color (decimal): -1170949 or 16458222. OLE color: 16458222.

HSL color Cylindrical-coordinate representation of color #EE21FB: hue angle of 296.42º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE21FB is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 33 251 -
CMYK 0.05 0.87 0 0.02
HSL 296.42º 0.96% 0.56% -
HSV(B) 296.42º 0.87% 0.98% -
XYZ 53.22 26.23 93.52 -
YUV 119.15 202.42 212.77 -
System Red Green Blue C M Y K H S L
Decimal 238 33 251 0.05 0.87 0 0.02 296.42 0.96 0.56
Hex EE 21 FB 5 57 0 2 128 60 38
Octal 356 41 373 5 127 0 2 450 140 70
Binary 11101110 100001 11111011 101 1010111 0 10 100101000 1100000 111000

Color Harmonies of #EE21FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE21FB

Black with #EE21FB

Text Example


Text Example

White with #EE21FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE21FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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