Html Css Color HEX #EE13E2 Hot Magenta

📋 copy color: '#EE13E2'

red 238 ◦ green 19 ◦ blue 226

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

Shades of Hot Magenta #EE13E2

Tints of Hot Magenta #EE13E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 46.79%

R = 49.28%
G = 3.93%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EE13E2 (or 0xEE13E2) is known color: Hot Magenta. HEX triplet: EE, 13 and E2. RGB value is (238,19,226). Sum of RGB (Red+Green+Blue) = 238+19+226=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 19 (7.81% from 255 or 3.93% from 483); Blue value is 226 (88.67% from 255 or 46.79% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE13E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE13E2 is #11EC1D. Grayscale: #6B6B6B. Windows color (decimal): -1174558 or 14816238. OLE color: 14816238.

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

Color convert

RGB 238 19 226 -
CMYK 0 0.92 0.05 0.07
HSL 303.29º 0.87% 0.5% -
HSV(B) 303.29º 0.92% 0.93% -
XYZ 49.22 24.13 74.02 -
YUV 108.08 194.55 220.67 -
System Red Green Blue C M Y K H S L
Decimal 238 19 226 0 0.92 0.05 0.07 303.29 0.87 0.5
Hex EE 13 E2 0 5C 5 7 12F 57 32
Octal 356 23 342 0 134 5 7 457 127 62
Binary 11101110 10011 11100010 0 1011100 101 111 100101111 1010111 110010

Color Harmonies of #EE13E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE13E2

Black with #EE13E2

Text Example


Text Example

White with #EE13E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE13E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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