Html Css Color HEX #EE0DF0 Magenta

📋 copy color: '#EE0DF0'

red 238 ◦ green 13 ◦ blue 240

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

Shades of Magenta #EE0DF0

Tints of Magenta #EE0DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.88%

R = 48.47%
G = 2.65%
B = 48.88%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE0DF0 (or 0xEE0DF0) is known color: Magenta. HEX triplet: EE, 0D and F0. RGB value is (238,13,240). Sum of RGB (Red+Green+Blue) = 238+13+240=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 240 (94.14% from 255 or 48.88% from 491); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE0DF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DF0 is #11F20F. Grayscale: #696969. Windows color (decimal): -1176080 or 15732206. OLE color: 15732206.

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

Color convert

RGB 238 13 240 -
CMYK 0.01 0.95 0 0.06
HSL 299.47º 0.9% 0.5% -
HSV(B) 299.47º 0.95% 0.94% -
XYZ 51.13 24.76 84.52 -
YUV 106.15 203.54 222.04 -
System Red Green Blue C M Y K H S L
Decimal 238 13 240 0.01 0.95 0 0.06 299.47 0.9 0.5
Hex EE D F0 1 5F 0 6 12B 5A 32
Octal 356 15 360 1 137 0 6 453 132 62
Binary 11101110 1101 11110000 1 1011111 0 110 100101011 1011010 110010

Color Harmonies of #EE0DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DF0

Black with #EE0DF0

Text Example


Text Example

White with #EE0DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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