Html Css Color HEX #EE1AF8 Magenta

📋 copy color: '#EE1AF8'

red 238 ◦ green 26 ◦ blue 248

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

Shades of Magenta #EE1AF8

Tints of Magenta #EE1AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.08%

 BLUE value IS 248 (97.27% from 255) = 48.44%

R = 46.48%
G = 5.08%
B = 48.44%

CMYK

 C value IS 0.04

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE1AF8 (or 0xEE1AF8) is known color: Magenta. HEX triplet: EE, 1A and F8. RGB value is (238,26,248). Sum of RGB (Red+Green+Blue) = 238+26+248=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 26 (10.55% from 255 or 5.08% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE1AF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AF8 is #11E507. Grayscale: #727272. Windows color (decimal): -1172744 or 16259822. OLE color: 16259822.

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

Color convert

RGB 238 26 248 -
CMYK 0.04 0.90 0 0.03
HSL 297.3º 0.94% 0.54% -
HSV(B) 297.3º 0.9% 0.97% -
XYZ 52.57 25.69 91 -
YUV 114.7 203.24 215.95 -
System Red Green Blue C M Y K H S L
Decimal 238 26 248 0.04 0.90 0 0.03 297.3 0.94 0.54
Hex EE 1A F8 4 5A 0 3 129 5E 36
Octal 356 32 370 4 132 0 3 451 136 66
Binary 11101110 11010 11111000 100 1011010 0 11 100101001 1011110 110110

Color Harmonies of #EE1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AF8

Black with #EE1AF8

Text Example


Text Example

White with #EE1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AF8; }

 p { color: rgb(238,26,248); }

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

background-color css

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

 a { background-color: rgb(238,26,248); }

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

border-color css

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

 span { border-color: rgb(238,26,248); }

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