Html Css Color HEX #EE0DEE Magenta

📋 copy color: '#EE0DEE'

red 238 ◦ green 13 ◦ blue 238

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

Shades of Magenta #EE0DEE

Tints of Magenta #EE0DEE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.66%

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

R = 48.67%
G = 2.66%
B = 48.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE0DEE (or 0xEE0DEE) is known color: Magenta. HEX triplet: EE, 0D and EE. RGB value is (238,13,238). Sum of RGB (Red+Green+Blue) = 238+13+238=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 13 (5.47% from 255 or 2.66% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE0DEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DEE is #11F211. Grayscale: #696969. Windows color (decimal): -1176082 or 15601134. OLE color: 15601134.

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

Color convert

RGB 238 13 238 -
CMYK 0 0.95 0 0.07
HSL 300º 0.9% 0.49% -
HSV(B) 300º 0.95% 0.93% -
XYZ 50.84 24.64 82.97 -
YUV 105.93 202.54 222.2 -
System Red Green Blue C M Y K H S L
Decimal 238 13 238 0 0.95 0 0.07 300 0.9 0.49
Hex EE D EE 0 5F 0 7 12C 5A 31
Octal 356 15 356 0 137 0 7 454 132 61
Binary 11101110 1101 11101110 0 1011111 0 111 100101100 1011010 110001

Color Harmonies of #EE0DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DEE

Black with #EE0DEE

Text Example


Text Example

White with #EE0DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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