Html Css Color HEX #EE19E7 Magenta

📋 copy color: '#EE19E7'

red 238 ◦ green 25 ◦ blue 231

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

Shades of Magenta #EE19E7

Tints of Magenta #EE19E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.76%

R = 48.18%
G = 5.06%
B = 46.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#EE19E7 (or 0xEE19E7) is known color: Magenta. HEX triplet: EE, 19 and E7. RGB value is (238,25,231). Sum of RGB (Red+Green+Blue) = 238+25+231=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 25 (10.16% from 255 or 5.06% from 494); Blue value is 231 (90.62% from 255 or 46.76% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19E7 is #11E618. Grayscale: #6F6F6F. Windows color (decimal): -1173017 or 15145454. OLE color: 15145454.

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

Color convert

RGB 238 25 231 -
CMYK 0 0.89 0.03 0.07
HSL 301.97º 0.86% 0.52% -
HSV(B) 301.97º 0.89% 0.93% -
XYZ 50.03 24.64 77.72 -
YUV 112.17 195.07 217.75 -
System Red Green Blue C M Y K H S L
Decimal 238 25 231 0 0.89 0.03 0.07 301.97 0.86 0.52
Hex EE 19 E7 0 59 3 7 12E 56 34
Octal 356 31 347 0 131 3 7 456 126 64
Binary 11101110 11001 11100111 0 1011001 11 111 100101110 1010110 110100

Color Harmonies of #EE19E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19E7

Black with #EE19E7

Text Example


Text Example

White with #EE19E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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