Html Css Color HEX #EE0DF1 Magenta

📋 copy color: '#EE0DF1'

red 238 ◦ green 13 ◦ blue 241

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

Shades of Magenta #EE0DF1

Tints of Magenta #EE0DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 48.98%

R = 48.37%
G = 2.64%
B = 48.98%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE0DF1 (or 0xEE0DF1) is known color: Magenta. HEX triplet: EE, 0D and F1. RGB value is (238,13,241). Sum of RGB (Red+Green+Blue) = 238+13+241=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 13 (5.47% from 255 or 2.64% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE0DF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DF1 is #11F20E. Grayscale: #696969. Windows color (decimal): -1176079 or 15797742. OLE color: 15797742.

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

Color convert

RGB 238 13 241 -
CMYK 0.01 0.95 0 0.05
HSL 299.21º 0.9% 0.5% -
HSV(B) 299.21º 0.95% 0.95% -
XYZ 51.28 24.82 85.31 -
YUV 106.27 204.04 221.96 -
System Red Green Blue C M Y K H S L
Decimal 238 13 241 0.01 0.95 0 0.05 299.21 0.9 0.5
Hex EE D F1 1 5F 0 5 12B 5A 32
Octal 356 15 361 1 137 0 5 453 132 62
Binary 11101110 1101 11110001 1 1011111 0 101 100101011 1011010 110010

Color Harmonies of #EE0DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DF1

Black with #EE0DF1

Text Example


Text Example

White with #EE0DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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