Html Css Color HEX #EE00EC Magenta

📋 copy color: '#EE00EC'

red 238 ◦ green 0 ◦ blue 236

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

Shades of Magenta #EE00EC

Tints of Magenta #EE00EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 49.79%

R = 50.21%
G = 0%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE00EC (or 0xEE00EC) is known color: Magenta. HEX triplet: EE, 00 and EC. RGB value is (238,0,236). Sum of RGB (Red+Green+Blue) = 238+0+236=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 0 (0.39% from 255 or 0% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00EC is #11FF13. Grayscale: #616161. Windows color (decimal): -1179412 or 15466734. OLE color: 15466734.

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

Color convert

RGB 238 0 236 -
CMYK 0 1 0.01 0.07
HSL 300.5º 1% 0.47% -
HSV(B) 300.5º 1% 0.93% -
XYZ 50.4 24.23 81.38 -
YUV 98.07 205.85 227.81 -
System Red Green Blue C M Y K H S L
Decimal 238 0 236 0 1 0.01 0.07 300.5 1 0.47
Hex EE 0 EC 0 64 1 7 12D 64 2F
Octal 356 0 354 0 144 1 7 455 144 57
Binary 11101110 0 11101100 0 1100100 1 111 100101101 1100100 101111

Color Harmonies of #EE00EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00EC

Black with #EE00EC

Text Example


Text Example

White with #EE00EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00EC; }

 p { color: rgb(238,0,236); }

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

background-color css

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

 a { background-color: rgb(238,0,236); }

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

border-color css

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

 span { border-color: rgb(238,0,236); }

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