Html Css Color HEX #EE19F0 Magenta

📋 copy color: '#EE19F0'

red 238 ◦ green 25 ◦ blue 240

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

Shades of Magenta #EE19F0

Tints of Magenta #EE19F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.71%

R = 47.32%
G = 4.97%
B = 47.71%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE19F0 (or 0xEE19F0) is known color: Magenta. HEX triplet: EE, 19 and F0. RGB value is (238,25,240). Sum of RGB (Red+Green+Blue) = 238+25+240=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 25 (10.16% from 255 or 4.97% from 503); Blue value is 240 (94.14% from 255 or 47.71% from 503); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE19F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE19F0 is #11E60F. Grayscale: #707070. Windows color (decimal): -1173008 or 15735278. OLE color: 15735278.

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

Color convert

RGB 238 25 240 -
CMYK 0.01 0.90 0 0.06
HSL 299.44º 0.88% 0.52% -
HSV(B) 299.44º 0.9% 0.94% -
XYZ 51.34 25.16 84.59 -
YUV 113.2 199.57 217.02 -
System Red Green Blue C M Y K H S L
Decimal 238 25 240 0.01 0.90 0 0.06 299.44 0.88 0.52
Hex EE 19 F0 1 5A 0 6 12B 58 34
Octal 356 31 360 1 132 0 6 453 130 64
Binary 11101110 11001 11110000 1 1011010 0 110 100101011 1011000 110100

Color Harmonies of #EE19F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE19F0

Black with #EE19F0

Text Example


Text Example

White with #EE19F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE19F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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