Html Css Color HEX #EE19FB Magenta

📋 copy color: '#EE19FB'

red 238 ◦ green 25 ◦ blue 251

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

Shades of Magenta #EE19FB

Tints of Magenta #EE19FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.83%

R = 46.3%
G = 4.86%
B = 48.83%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE19FB (or 0xEE19FB) is known color: Magenta. HEX triplet: EE, 19 and FB. RGB value is (238,25,251). Sum of RGB (Red+Green+Blue) = 238+25+251=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 25 (10.16% from 255 or 4.86% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE19FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19FB is #11E604. Grayscale: #717171. Windows color (decimal): -1172997 or 16456174. OLE color: 16456174.

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

Color convert

RGB 238 25 251 -
CMYK 0.05 0.90 0 0.02
HSL 296.55º 0.97% 0.54% -
HSV(B) 296.55º 0.9% 0.98% -
XYZ 53.02 25.84 93.46 -
YUV 114.45 205.07 216.12 -
System Red Green Blue C M Y K H S L
Decimal 238 25 251 0.05 0.90 0 0.02 296.55 0.97 0.54
Hex EE 19 FB 5 5A 0 2 129 61 36
Octal 356 31 373 5 132 0 2 451 141 66
Binary 11101110 11001 11111011 101 1011010 0 10 100101001 1100001 110110

Color Harmonies of #EE19FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19FB

Black with #EE19FB

Text Example


Text Example

White with #EE19FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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