Html Css Color HEX #EE00EE Magenta

📋 copy color: '#EE00EE'

red 238 ◦ green 0 ◦ blue 238

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

Shades of Magenta #EE00EE

Tints of Magenta #EE00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE00EE (or 0xEE00EE) is known color: Magenta. HEX triplet: EE, 00 and EE. RGB value is (238,0,238). Sum of RGB (Red+Green+Blue) = 238+0+238=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 0 (0.39% from 255 or 0% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE00EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00EE is #11FF11. Grayscale: #616161. Windows color (decimal): -1179410 or 15597806. OLE color: 15597806.

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

Color convert

RGB 238 0 238 -
CMYK 0 1 0 0.07
HSL 300º 1% 0.47% -
HSV(B) 300º 1% 0.93% -
XYZ 50.69 24.35 82.92 -
YUV 98.29 206.85 227.65 -
System Red Green Blue C M Y K H S L
Decimal 238 0 238 0 1 0 0.07 300 1 0.47
Hex EE 0 EE 0 64 0 7 12C 64 2F
Octal 356 0 356 0 144 0 7 454 144 57
Binary 11101110 0 11101110 0 1100100 0 111 100101100 1100100 101111

Color Harmonies of #EE00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00EE

Black with #EE00EE

Text Example


Text Example

White with #EE00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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