Html Css Color HEX #EE16EA Magenta

📋 copy color: '#EE16EA'

red 238 ◦ green 22 ◦ blue 234

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

Shades of Magenta #EE16EA

Tints of Magenta #EE16EA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.45%

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

R = 48.18%
G = 4.45%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE16EA (or 0xEE16EA) is known color: Magenta. HEX triplet: EE, 16 and EA. RGB value is (238,22,234). Sum of RGB (Red+Green+Blue) = 238+22+234=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 22 (8.98% from 255 or 4.45% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16EA is #11E915. Grayscale: #6E6E6E. Windows color (decimal): -1173782 or 15341294. OLE color: 15341294.

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

Color convert

RGB 238 22 234 -
CMYK 0 0.91 0.02 0.07
HSL 301.11º 0.86% 0.51% -
HSV(B) 301.11º 0.91% 0.93% -
XYZ 50.4 24.69 79.95 -
YUV 110.75 197.56 218.76 -
System Red Green Blue C M Y K H S L
Decimal 238 22 234 0 0.91 0.02 0.07 301.11 0.86 0.51
Hex EE 16 EA 0 5B 2 7 12D 56 33
Octal 356 26 352 0 133 2 7 455 126 63
Binary 11101110 10110 11101010 0 1011011 10 111 100101101 1010110 110011

Color Harmonies of #EE16EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE16EA

Black with #EE16EA

Text Example


Text Example

White with #EE16EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE16EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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