Html Css Color HEX #EE16EB Magenta

📋 copy color: '#EE16EB'

red 238 ◦ green 22 ◦ blue 235

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

Shades of Magenta #EE16EB

Tints of Magenta #EE16EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 48.08%
G = 4.44%
B = 47.47%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE16EB (or 0xEE16EB) is known color: Magenta. HEX triplet: EE, 16 and EB. RGB value is (238,22,235). Sum of RGB (Red+Green+Blue) = 238+22+235=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 22 (8.98% from 255 or 4.44% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE16EB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE16EB is #11E914. Grayscale: #6E6E6E. Windows color (decimal): -1173781 or 15406830. OLE color: 15406830.

HSL color Cylindrical-coordinate representation of color #EE16EB: hue angle of 300.83º 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 #EE16EB is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 22 235 -
CMYK 0 0.91 0.01 0.07
HSL 300.83º 0.86% 0.51% -
HSV(B) 300.83º 0.91% 0.93% -
XYZ 50.54 24.75 80.71 -
YUV 110.87 198.06 218.68 -
System Red Green Blue C M Y K H S L
Decimal 238 22 235 0 0.91 0.01 0.07 300.83 0.86 0.51
Hex EE 16 EB 0 5B 1 7 12D 56 33
Octal 356 26 353 0 133 1 7 455 126 63
Binary 11101110 10110 11101011 0 1011011 1 111 100101101 1010110 110011

Color Harmonies of #EE16EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE16EB

Black with #EE16EB

Text Example


Text Example

White with #EE16EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE16EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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