Html Css Color HEX #EE0EED Magenta

📋 copy color: '#EE0EED'

red 238 ◦ green 14 ◦ blue 237

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

Shades of Magenta #EE0EED

Tints of Magenta #EE0EED

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.86%

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

R = 48.67%
G = 2.86%
B = 48.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE0EED (or 0xEE0EED) is known color: Magenta. HEX triplet: EE, 0E and ED. RGB value is (238,14,237). Sum of RGB (Red+Green+Blue) = 238+14+237=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 14 (5.86% from 255 or 2.86% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0EED is #11F112. Grayscale: #696969. Windows color (decimal): -1175827 or 15535854. OLE color: 15535854.

HSL color Cylindrical-coordinate representation of color #EE0EED: hue angle of 300.27º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0EED is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 14 237 -
CMYK 0 0.94 0.00 0.07
HSL 300.27º 0.89% 0.49% -
HSV(B) 300.27º 0.94% 0.93% -
XYZ 50.7 24.61 82.2 -
YUV 106.4 201.71 221.87 -
System Red Green Blue C M Y K H S L
Decimal 238 14 237 0 0.94 0.00 0.07 300.27 0.89 0.49
Hex EE E ED 0 5E 0 7 12C 59 31
Octal 356 16 355 0 136 0 7 454 131 61
Binary 11101110 1110 11101101 0 1011110 0 111 100101100 1011001 110001

Color Harmonies of #EE0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EED

Black with #EE0EED

Text Example


Text Example

White with #EE0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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