Html Css Color HEX #EE19F3 Magenta

📋 copy color: '#EE19F3'

red 238 ◦ green 25 ◦ blue 243

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

Shades of Magenta #EE19F3

Tints of Magenta #EE19F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.02%

R = 47.04%
G = 4.94%
B = 48.02%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE19F3 (or 0xEE19F3) is known color: Magenta. HEX triplet: EE, 19 and F3. RGB value is (238,25,243). Sum of RGB (Red+Green+Blue) = 238+25+243=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 25 (10.16% from 255 or 4.94% from 506); Blue value is 243 (95.31% from 255 or 48.02% from 506); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE19F3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19F3 is #11E60C. Grayscale: #707070. Windows color (decimal): -1173005 or 15931886. OLE color: 15931886.

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

Color convert

RGB 238 25 243 -
CMYK 0.02 0.90 0 0.05
HSL 298.62º 0.9% 0.53% -
HSV(B) 298.62º 0.9% 0.95% -
XYZ 51.79 25.34 86.96 -
YUV 113.54 201.07 216.77 -
System Red Green Blue C M Y K H S L
Decimal 238 25 243 0.02 0.90 0 0.05 298.62 0.9 0.53
Hex EE 19 F3 2 5A 0 5 12B 5A 35
Octal 356 31 363 2 132 0 5 453 132 65
Binary 11101110 11001 11110011 10 1011010 0 101 100101011 1011010 110101

Color Harmonies of #EE19F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19F3

Black with #EE19F3

Text Example


Text Example

White with #EE19F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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