Html Css Color HEX #EE20EA Magenta

📋 copy color: '#EE20EA'

red 238 ◦ green 32 ◦ blue 234

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

Shades of Magenta #EE20EA

Tints of Magenta #EE20EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.43%

R = 47.22%
G = 6.35%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE20EA (or 0xEE20EA) is known color: Magenta. HEX triplet: EE, 20 and EA. RGB value is (238,32,234). Sum of RGB (Red+Green+Blue) = 238+32+234=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 32 (12.89% from 255 or 6.35% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE20EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE20EA is #11DF15. Grayscale: #747474. Windows color (decimal): -1171222 or 15343854. OLE color: 15343854.

HSL color Cylindrical-coordinate representation of color #EE20EA: hue angle of 301.17º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE20EA is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 234 -
CMYK 0 0.87 0.02 0.07
HSL 301.17º 0.86% 0.53% -
HSV(B) 301.17º 0.87% 0.93% -
XYZ 50.63 25.15 80.03 -
YUV 116.62 194.25 214.57 -
System Red Green Blue C M Y K H S L
Decimal 238 32 234 0 0.87 0.02 0.07 301.17 0.86 0.53
Hex EE 20 EA 0 57 2 7 12D 56 35
Octal 356 40 352 0 127 2 7 455 126 65
Binary 11101110 100000 11101010 0 1010111 10 111 100101101 1010110 110101

Color Harmonies of #EE20EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE20EA

Black with #EE20EA

Text Example


Text Example

White with #EE20EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE20EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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