Html Css Color HEX #EE0EDF Hot Magenta

📋 copy color: '#EE0EDF'

red 238 ◦ green 14 ◦ blue 223

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

Shades of Hot Magenta #EE0EDF

Tints of Hot Magenta #EE0EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.95%

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

R = 50.11%
G = 2.95%
B = 46.95%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE0EDF (or 0xEE0EDF) is known color: Hot Magenta. HEX triplet: EE, 0E and DF. RGB value is (238,14,223). Sum of RGB (Red+Green+Blue) = 238+14+223=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE0EDF is #11F120. Grayscale: #686868. Windows color (decimal): -1175841 or 14618350. OLE color: 14618350.

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

Color convert

RGB 238 14 223 -
CMYK 0 0.94 0.06 0.07
HSL 304.02º 0.89% 0.49% -
HSV(B) 304.02º 0.94% 0.93% -
XYZ 48.74 23.82 71.84 -
YUV 104.8 194.71 223.01 -
System Red Green Blue C M Y K H S L
Decimal 238 14 223 0 0.94 0.06 0.07 304.02 0.89 0.49
Hex EE E DF 0 5E 6 7 130 59 31
Octal 356 16 337 0 136 6 7 460 131 61
Binary 11101110 1110 11011111 0 1011110 110 111 100110000 1011001 110001

Color Harmonies of #EE0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0EDF

Black with #EE0EDF

Text Example


Text Example

White with #EE0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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