Html Css Color HEX #EE1AEC Magenta

📋 copy color: '#EE1AEC'

red 238 ◦ green 26 ◦ blue 236

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

Shades of Magenta #EE1AEC

Tints of Magenta #EE1AEC

RGB

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

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

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

R = 47.6%
G = 5.2%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE1AEC (or 0xEE1AEC) is known color: Magenta. HEX triplet: EE, 1A and EC. RGB value is (238,26,236). Sum of RGB (Red+Green+Blue) = 238+26+236=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1AEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1AEC is #11E513. Grayscale: #707070. Windows color (decimal): -1172756 or 15473390. OLE color: 15473390.

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

Color convert

RGB 238 26 236 -
CMYK 0 0.89 0.01 0.07
HSL 300.57º 0.86% 0.52% -
HSV(B) 300.57º 0.89% 0.93% -
XYZ 50.77 24.97 81.5 -
YUV 113.33 197.24 216.92 -
System Red Green Blue C M Y K H S L
Decimal 238 26 236 0 0.89 0.01 0.07 300.57 0.86 0.52
Hex EE 1A EC 0 59 1 7 12D 56 34
Octal 356 32 354 0 131 1 7 455 126 64
Binary 11101110 11010 11101100 0 1011001 1 111 100101101 1010110 110100

Color Harmonies of #EE1AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1AEC

Black with #EE1AEC

Text Example


Text Example

White with #EE1AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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