Html Css Color HEX #EE0FF8 Magenta

📋 copy color: '#EE0FF8'

red 238 ◦ green 15 ◦ blue 248

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

Shades of Magenta #EE0FF8

Tints of Magenta #EE0FF8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 2.99%

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

R = 47.5%
G = 2.99%
B = 49.5%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE0FF8 (or 0xEE0FF8) is known color: Magenta. HEX triplet: EE, 0F and F8. RGB value is (238,15,248). Sum of RGB (Red+Green+Blue) = 238+15+248=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 15 (6.25% from 255 or 2.99% from 501); Blue value is 248 (97.27% from 255 or 49.50% from 501); Max value from RGB is 248 - color contains mainly: blue. Hex color #EE0FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FF8 is #11F007. Grayscale: #6B6B6B. Windows color (decimal): -1175560 or 16257006. OLE color: 16257006.

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

Color convert

RGB 238 15 248 -
CMYK 0.04 0.94 0 0.03
HSL 297.42º 0.94% 0.52% -
HSV(B) 297.42º 0.94% 0.97% -
XYZ 52.37 25.3 90.93 -
YUV 108.24 206.88 220.55 -
System Red Green Blue C M Y K H S L
Decimal 238 15 248 0.04 0.94 0 0.03 297.42 0.94 0.52
Hex EE F F8 4 5E 0 3 129 5E 34
Octal 356 17 370 4 136 0 3 451 136 64
Binary 11101110 1111 11111000 100 1011110 0 11 100101001 1011110 110100

Color Harmonies of #EE0FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FF8

Black with #EE0FF8

Text Example


Text Example

White with #EE0FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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