Html Css Color HEX #EE20F3 Magenta

📋 copy color: '#EE20F3'

red 238 ◦ green 32 ◦ blue 243

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

Shades of Magenta #EE20F3

Tints of Magenta #EE20F3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.24%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 46.39%
G = 6.24%
B = 47.37%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE20F3 (or 0xEE20F3) is known color: Magenta. HEX triplet: EE, 20 and F3. RGB value is (238,32,243). Sum of RGB (Red+Green+Blue) = 238+32+243=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 32 (12.89% from 255 or 6.24% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE20F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20F3 is #11DF0C. Grayscale: #757575. Windows color (decimal): -1171213 or 15933678. OLE color: 15933678.

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

Color convert

RGB 238 32 243 -
CMYK 0.02 0.87 0 0.05
HSL 298.58º 0.9% 0.54% -
HSV(B) 298.58º 0.87% 0.95% -
XYZ 51.95 25.68 87.01 -
YUV 117.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 238 32 243 0.02 0.87 0 0.05 298.58 0.9 0.54
Hex EE 20 F3 2 57 0 5 12B 5A 36
Octal 356 40 363 2 127 0 5 453 132 66
Binary 11101110 100000 11110011 10 1010111 0 101 100101011 1011010 110110

Color Harmonies of #EE20F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20F3

Black with #EE20F3

Text Example


Text Example

White with #EE20F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20F3; }

 p { color: rgb(238,32,243); }

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

background-color css

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

 a { background-color: rgb(238,32,243); }

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

border-color css

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

 span { border-color: rgb(238,32,243); }

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