Html Css Color HEX #EE19F9 Magenta

📋 copy color: '#EE19F9'

red 238 ◦ green 25 ◦ blue 249

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

Shades of Magenta #EE19F9

Tints of Magenta #EE19F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 46.48%
G = 4.88%
B = 48.63%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE19F9 (or 0xEE19F9) is known color: Magenta. HEX triplet: EE, 19 and F9. RGB value is (238,25,249). Sum of RGB (Red+Green+Blue) = 238+25+249=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 25 (10.16% from 255 or 4.88% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 249 - color contains mainly: blue. Hex color #EE19F9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19F9 is #11E606. Grayscale: #717171. Windows color (decimal): -1172999 or 16325102. OLE color: 16325102.

HSL color Cylindrical-coordinate representation of color #EE19F9: hue angle of 297.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE19F9 is Cyan = 0.04, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 25 249 -
CMYK 0.04 0.90 0 0.02
HSL 297.05º 0.95% 0.54% -
HSV(B) 297.05º 0.9% 0.98% -
XYZ 52.71 25.71 91.81 -
YUV 114.22 204.07 216.29 -
System Red Green Blue C M Y K H S L
Decimal 238 25 249 0.04 0.90 0 0.02 297.05 0.95 0.54
Hex EE 19 F9 4 5A 0 2 129 5F 36
Octal 356 31 371 4 132 0 2 451 137 66
Binary 11101110 11001 11111001 100 1011010 0 10 100101001 1011111 110110

Color Harmonies of #EE19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19F9

Black with #EE19F9

Text Example


Text Example

White with #EE19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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