Html Css Color HEX #EE0FEC Magenta

📋 copy color: '#EE0FEC'

red 238 ◦ green 15 ◦ blue 236

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

Shades of Magenta #EE0FEC

Tints of Magenta #EE0FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.26%

R = 48.67%
G = 3.07%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE0FEC (or 0xEE0FEC) is known color: Magenta. HEX triplet: EE, 0F and EC. RGB value is (238,15,236). Sum of RGB (Red+Green+Blue) = 238+15+236=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 15 (6.25% from 255 or 3.07% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0FEC is #11F013. Grayscale: #6A6A6A. Windows color (decimal): -1175572 or 15470574. OLE color: 15470574.

HSL color Cylindrical-coordinate representation of color #EE0FEC: hue angle of 300.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EE0FEC is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 15 236 -
CMYK 0 0.94 0.01 0.07
HSL 300.54º 0.88% 0.5% -
HSV(B) 300.54º 0.94% 0.93% -
XYZ 50.57 24.57 81.43 -
YUV 106.87 200.88 221.53 -
System Red Green Blue C M Y K H S L
Decimal 238 15 236 0 0.94 0.01 0.07 300.54 0.88 0.5
Hex EE F EC 0 5E 1 7 12D 58 32
Octal 356 17 354 0 136 1 7 455 130 62
Binary 11101110 1111 11101100 0 1011110 1 111 100101101 1011000 110010

Color Harmonies of #EE0FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0FEC

Black with #EE0FEC

Text Example


Text Example

White with #EE0FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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