Html Css Color HEX #EE1FEC Magenta

📋 copy color: '#EE1FEC'

red 238 ◦ green 31 ◦ blue 236

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

Shades of Magenta #EE1FEC

Tints of Magenta #EE1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.14%

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

R = 47.13%
G = 6.14%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE1FEC (or 0xEE1FEC) is known color: Magenta. HEX triplet: EE, 1F and EC. RGB value is (238,31,236). Sum of RGB (Red+Green+Blue) = 238+31+236=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 31 (12.5% from 255 or 6.14% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FEC is #11E013. Grayscale: #737373. Windows color (decimal): -1171476 or 15474670. OLE color: 15474670.

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

Color convert

RGB 238 31 236 -
CMYK 0 0.87 0.01 0.07
HSL 300.58º 0.86% 0.53% -
HSV(B) 300.58º 0.87% 0.93% -
XYZ 50.89 25.21 81.54 -
YUV 116.26 195.58 214.83 -
System Red Green Blue C M Y K H S L
Decimal 238 31 236 0 0.87 0.01 0.07 300.58 0.86 0.53
Hex EE 1F EC 0 57 1 7 12D 56 35
Octal 356 37 354 0 127 1 7 455 126 65
Binary 11101110 11111 11101100 0 1010111 1 111 100101101 1010110 110101

Color Harmonies of #EE1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FEC

Black with #EE1FEC

Text Example


Text Example

White with #EE1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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