Html Css Color HEX #EE10E7 Magenta

📋 copy color: '#EE10E7'

red 238 ◦ green 16 ◦ blue 231

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

Shades of Magenta #EE10E7

Tints of Magenta #EE10E7

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.3%

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 49.07%
G = 3.3%
B = 47.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE10E7 (or 0xEE10E7) is known color: Magenta. HEX triplet: EE, 10 and E7. RGB value is (238,16,231). Sum of RGB (Red+Green+Blue) = 238+16+231=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 16 (6.64% from 255 or 3.30% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE10E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE10E7 is #11EF18. Grayscale: #6A6A6A. Windows color (decimal): -1175321 or 15143150. OLE color: 15143150.

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

Color convert

RGB 238 16 231 -
CMYK 0 0.93 0.03 0.07
HSL 301.89º 0.87% 0.5% -
HSV(B) 301.89º 0.93% 0.93% -
XYZ 49.87 24.32 77.67 -
YUV 106.89 198.05 221.52 -
System Red Green Blue C M Y K H S L
Decimal 238 16 231 0 0.93 0.03 0.07 301.89 0.87 0.5
Hex EE 10 E7 0 5D 3 7 12E 57 32
Octal 356 20 347 0 135 3 7 456 127 62
Binary 11101110 10000 11100111 0 1011101 11 111 100101110 1010111 110010

Color Harmonies of #EE10E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE10E7

Black with #EE10E7

Text Example


Text Example

White with #EE10E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE10E7; }

 p { color: rgb(238,16,231); }

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

background-color css

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

 a { background-color: rgb(238,16,231); }

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

border-color css

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

 span { border-color: rgb(238,16,231); }

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