Html Css Color HEX #EE0DF3 Magenta

📋 copy color: '#EE0DF3'

red 238 ◦ green 13 ◦ blue 243

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

Shades of Magenta #EE0DF3

Tints of Magenta #EE0DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 49.19%

R = 48.18%
G = 2.63%
B = 49.19%

CMYK

 C value IS 0.02

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE0DF3 (or 0xEE0DF3) is known color: Magenta. HEX triplet: EE, 0D and F3. RGB value is (238,13,243). Sum of RGB (Red+Green+Blue) = 238+13+243=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 243 (95.31% from 255 or 49.19% from 494); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE0DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0DF3 is #11F20C. Grayscale: #696969. Windows color (decimal): -1176077 or 15928814. OLE color: 15928814.

HSL color Cylindrical-coordinate representation of color #EE0DF3: hue angle of 298.7º degrees, saturation: 0.91, 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 #EE0DF3 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 13 243 -
CMYK 0.02 0.95 0 0.05
HSL 298.7º 0.91% 0.5% -
HSV(B) 298.7º 0.95% 0.95% -
XYZ 51.58 24.94 86.89 -
YUV 106.5 205.04 221.8 -
System Red Green Blue C M Y K H S L
Decimal 238 13 243 0.02 0.95 0 0.05 298.7 0.91 0.5
Hex EE D F3 2 5F 0 5 12B 5B 32
Octal 356 15 363 2 137 0 5 453 133 62
Binary 11101110 1101 11110011 10 1011111 0 101 100101011 1011011 110010

Color Harmonies of #EE0DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DF3

Black with #EE0DF3

Text Example


Text Example

White with #EE0DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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