Html Css Color HEX #EE0DDF Hot Magenta

📋 copy color: '#EE0DDF'

red 238 ◦ green 13 ◦ blue 223

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

Shades of Hot Magenta #EE0DDF

Tints of Hot Magenta #EE0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.05%

R = 50.21%
G = 2.74%
B = 47.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE0DDF (or 0xEE0DDF) is known color: Hot Magenta. HEX triplet: EE, 0D and DF. RGB value is (238,13,223). Sum of RGB (Red+Green+Blue) = 238+13+223=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 13 (5.47% from 255 or 2.74% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0DDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0DDF is #11F220. Grayscale: #676767. Windows color (decimal): -1176097 or 14618094. OLE color: 14618094.

HSL color Cylindrical-coordinate representation of color #EE0DDF: hue angle of 304º 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 #EE0DDF is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 13 223 -
CMYK 0 0.95 0.06 0.07
HSL 304º 0.9% 0.49% -
HSV(B) 304º 0.95% 0.93% -
XYZ 48.72 23.79 71.84 -
YUV 104.22 195.04 223.42 -
System Red Green Blue C M Y K H S L
Decimal 238 13 223 0 0.95 0.06 0.07 304 0.9 0.49
Hex EE D DF 0 5F 6 7 130 5A 31
Octal 356 15 337 0 137 6 7 460 132 61
Binary 11101110 1101 11011111 0 1011111 110 111 100110000 1011010 110001

Color Harmonies of #EE0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0DDF

Black with #EE0DDF

Text Example


Text Example

White with #EE0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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