Html Css Color HEX #EE15E6 Magenta

📋 copy color: '#EE15E6'

red 238 ◦ green 21 ◦ blue 230

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

Shades of Magenta #EE15E6

Tints of Magenta #EE15E6

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.29%

 BLUE value IS 230 (90.23% from 255) = 47.03%

R = 48.67%
G = 4.29%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE15E6 (or 0xEE15E6) is known color: Magenta. HEX triplet: EE, 15 and E6. RGB value is (238,21,230). Sum of RGB (Red+Green+Blue) = 238+21+230=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 21 (8.59% from 255 or 4.29% from 489); Blue value is 230 (90.23% from 255 or 47.03% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE15E6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE15E6 is #11EA19. Grayscale: #6D6D6D. Windows color (decimal): -1174042 or 15078894. OLE color: 15078894.

HSL color Cylindrical-coordinate representation of color #EE15E6: hue angle of 302.21º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EE15E6 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 21 230 -
CMYK 0 0.91 0.03 0.07
HSL 302.21º 0.86% 0.51% -
HSV(B) 302.21º 0.91% 0.93% -
XYZ 49.81 24.43 76.95 -
YUV 109.71 195.89 219.51 -
System Red Green Blue C M Y K H S L
Decimal 238 21 230 0 0.91 0.03 0.07 302.21 0.86 0.51
Hex EE 15 E6 0 5B 3 7 12E 56 33
Octal 356 25 346 0 133 3 7 456 126 63
Binary 11101110 10101 11100110 0 1011011 11 111 100101110 1010110 110011

Color Harmonies of #EE15E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE15E6

Black with #EE15E6

Text Example


Text Example

White with #EE15E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE15E6; }

 p { color: rgb(238,21,230); }

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

background-color css

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

 a { background-color: rgb(238,21,230); }

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

border-color css

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

 span { border-color: rgb(238,21,230); }

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