Html Css Color HEX #EE00ED Magenta

📋 copy color: '#EE00ED'

red 238 ◦ green 0 ◦ blue 237

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

Shades of Magenta #EE00ED

Tints of Magenta #EE00ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.89%

R = 50.11%
G = 0%
B = 49.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE00ED (or 0xEE00ED) is known color: Magenta. HEX triplet: EE, 00 and ED. RGB value is (238,0,237). Sum of RGB (Red+Green+Blue) = 238+0+237=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 0 (0.39% from 255 or 0% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE00ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE00ED is #11FF12. Grayscale: #616161. Windows color (decimal): -1179411 or 15532270. OLE color: 15532270.

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

Color convert

RGB 238 0 237 -
CMYK 0 1 0.00 0.07
HSL 300.25º 1% 0.47% -
HSV(B) 300.25º 1% 0.93% -
XYZ 50.55 24.29 82.15 -
YUV 98.18 206.35 227.73 -
System Red Green Blue C M Y K H S L
Decimal 238 0 237 0 1 0.00 0.07 300.25 1 0.47
Hex EE 0 ED 0 64 0 7 12C 64 2F
Octal 356 0 355 0 144 0 7 454 144 57
Binary 11101110 0 11101101 0 1100100 0 111 100101100 1100100 101111

Color Harmonies of #EE00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE00ED

Black with #EE00ED

Text Example


Text Example

White with #EE00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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