Html Css Color HEX #EE19FA Magenta

📋 copy color: '#EE19FA'

red 238 ◦ green 25 ◦ blue 250

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

Shades of Magenta #EE19FA

Tints of Magenta #EE19FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.73%

R = 46.39%
G = 4.87%
B = 48.73%

CMYK

 C value IS 0.05

 M value IS 0.9

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE19FA (or 0xEE19FA) is known color: Magenta. HEX triplet: EE, 19 and FA. RGB value is (238,25,250). Sum of RGB (Red+Green+Blue) = 238+25+250=513 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.39% from 513); Green value is 25 (10.16% from 255 or 4.87% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE19FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19FA is #11E605. Grayscale: #717171. Windows color (decimal): -1172998 or 16390638. OLE color: 16390638.

HSL color Cylindrical-coordinate representation of color #EE19FA: hue angle of 296.8º degrees, saturation: 0.96, 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 #EE19FA is Cyan = 0.05, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 25 250 -
CMYK 0.05 0.9 0 0.02
HSL 296.8º 0.96% 0.54% -
HSV(B) 296.8º 0.9% 0.98% -
XYZ 52.86 25.77 92.63 -
YUV 114.34 204.57 216.2 -
System Red Green Blue C M Y K H S L
Decimal 238 25 250 0.05 0.9 0 0.02 296.8 0.96 0.54
Hex EE 19 FA 5 5A 0 2 129 60 36
Octal 356 31 372 5 132 0 2 451 140 66
Binary 11101110 11001 11111010 101 1011010 0 10 100101001 1100000 110110

Color Harmonies of #EE19FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19FA

Black with #EE19FA

Text Example


Text Example

White with #EE19FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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