Html Css Color HEX #EE20FC Magenta

📋 copy color: '#EE20FC'

red 238 ◦ green 32 ◦ blue 252

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

Shades of Magenta #EE20FC

Tints of Magenta #EE20FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 45.59%
G = 6.13%
B = 48.28%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE20FC (or 0xEE20FC) is known color: Magenta. HEX triplet: EE, 20 and FC. RGB value is (238,32,252). Sum of RGB (Red+Green+Blue) = 238+32+252=522 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.59% from 522); Green value is 32 (12.89% from 255 or 6.13% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE20FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20FC is #11DF03. Grayscale: #757575. Windows color (decimal): -1171204 or 16523502. OLE color: 16523502.

HSL color Cylindrical-coordinate representation of color #EE20FC: hue angle of 296.18º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20FC is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 32 252 -
CMYK 0.06 0.87 0 0.01
HSL 296.18º 0.97% 0.56% -
HSV(B) 296.18º 0.87% 0.99% -
XYZ 53.35 26.24 94.35 -
YUV 118.67 203.25 213.11 -
System Red Green Blue C M Y K H S L
Decimal 238 32 252 0.06 0.87 0 0.01 296.18 0.97 0.56
Hex EE 20 FC 6 57 0 1 128 61 38
Octal 356 40 374 6 127 0 1 450 141 70
Binary 11101110 100000 11111100 110 1010111 0 1 100101000 1100001 111000

Color Harmonies of #EE20FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20FC

Black with #EE20FC

Text Example


Text Example

White with #EE20FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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