Html Css Color HEX #EE19FC Magenta

📋 copy color: '#EE19FC'

red 238 ◦ green 25 ◦ blue 252

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

Shades of Magenta #EE19FC

Tints of Magenta #EE19FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 46.21%
G = 4.85%
B = 48.93%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EE19FC (or 0xEE19FC) is known color: Magenta. HEX triplet: EE, 19 and FC. RGB value is (238,25,252). Sum of RGB (Red+Green+Blue) = 238+25+252=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 25 (10.16% from 255 or 4.85% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #EE19FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19FC is #11E603. Grayscale: #717171. Windows color (decimal): -1172996 or 16521710. OLE color: 16521710.

HSL color Cylindrical-coordinate representation of color #EE19FC: hue angle of 296.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE19FC is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 238 25 252 -
CMYK 0.06 0.90 0 0.01
HSL 296.3º 0.97% 0.54% -
HSV(B) 296.3º 0.9% 0.99% -
XYZ 53.18 25.9 94.29 -
YUV 114.57 205.57 216.04 -
System Red Green Blue C M Y K H S L
Decimal 238 25 252 0.06 0.90 0 0.01 296.3 0.97 0.54
Hex EE 19 FC 6 5A 0 1 128 61 36
Octal 356 31 374 6 132 0 1 450 141 66
Binary 11101110 11001 11111100 110 1011010 0 1 100101000 1100001 110110

Color Harmonies of #EE19FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19FC

Black with #EE19FC

Text Example


Text Example

White with #EE19FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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