Html Css Color HEX #EE19EE Magenta

📋 copy color: '#EE19EE'

red 238 ◦ green 25 ◦ blue 238

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

Shades of Magenta #EE19EE

Tints of Magenta #EE19EE

RGB

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

 GREEN value IS 25 (10.16% from 255) = 4.99%

 BLUE value IS 238 (93.36% from 255) = 47.5%

R = 47.5%
G = 4.99%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#EE19EE (or 0xEE19EE) is known color: Magenta. HEX triplet: EE, 19 and EE. RGB value is (238,25,238). Sum of RGB (Red+Green+Blue) = 238+25+238=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 25 (10.16% from 255 or 4.99% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: red, blue. Hex color #EE19EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19EE is #11E611. Grayscale: #707070. Windows color (decimal): -1173010 or 15604206. OLE color: 15604206.

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

Color convert

RGB 238 25 238 -
CMYK 0 0.89 0 0.07
HSL 300º 0.86% 0.52% -
HSV(B) 300º 0.89% 0.93% -
XYZ 51.04 25.05 83.03 -
YUV 112.97 198.57 217.18 -
System Red Green Blue C M Y K H S L
Decimal 238 25 238 0 0.89 0 0.07 300 0.86 0.52
Hex EE 19 EE 0 59 0 7 12C 56 34
Octal 356 31 356 0 131 0 7 454 126 64
Binary 11101110 11001 11101110 0 1011001 0 111 100101100 1010110 110100

Color Harmonies of #EE19EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19EE

Black with #EE19EE

Text Example


Text Example

White with #EE19EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19EE; }

 p { color: rgb(238,25,238); }

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

background-color css

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

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

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

border-color css

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

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

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