Html Css Color HEX #EE13DD Hot Magenta

📋 copy color: '#EE13DD'

red 238 ◦ green 19 ◦ blue 221

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

Shades of Hot Magenta #EE13DD

Tints of Hot Magenta #EE13DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.97%

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 49.79%
G = 3.97%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE13DD (or 0xEE13DD) is known color: Hot Magenta. HEX triplet: EE, 13 and DD. RGB value is (238,19,221). Sum of RGB (Red+Green+Blue) = 238+19+221=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13DD is #11EC22. Grayscale: #6A6A6A. Windows color (decimal): -1174563 or 14488558. OLE color: 14488558.

HSL color Cylindrical-coordinate representation of color #EE13DD: hue angle of 304.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EE13DD is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 19 221 -
CMYK 0 0.92 0.07 0.07
HSL 304.66º 0.87% 0.5% -
HSV(B) 304.66º 0.92% 0.93% -
XYZ 48.54 23.86 70.45 -
YUV 107.51 192.05 221.07 -
System Red Green Blue C M Y K H S L
Decimal 238 19 221 0 0.92 0.07 0.07 304.66 0.87 0.5
Hex EE 13 DD 0 5C 7 7 131 57 32
Octal 356 23 335 0 134 7 7 461 127 62
Binary 11101110 10011 11011101 0 1011100 111 111 100110001 1010111 110010

Color Harmonies of #EE13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13DD

Black with #EE13DD

Text Example


Text Example

White with #EE13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13DD; }

 p { color: rgb(238,19,221); }

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

background-color css

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

 a { background-color: rgb(238,19,221); }

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

border-color css

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

 span { border-color: rgb(238,19,221); }

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