Html Css Color HEX #EE01EC Magenta

📋 copy color: '#EE01EC'

red 238 ◦ green 1 ◦ blue 236

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

Shades of Magenta #EE01EC

Tints of Magenta #EE01EC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

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

R = 50.11%
G = 0.21%
B = 49.68%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE01EC (or 0xEE01EC) is known color: Magenta. HEX triplet: EE, 01 and EC. RGB value is (238,1,236). Sum of RGB (Red+Green+Blue) = 238+1+236=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 1 (0.78% from 255 or 0.21% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01EC is #11FE13. Grayscale: #616161. Windows color (decimal): -1179156 or 15466990. OLE color: 15466990.

HSL color Cylindrical-coordinate representation of color #EE01EC: hue angle of 300.51º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE01EC is Cyan = 0, Magento = 1.00, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 236 -
CMYK 0 1.00 0.01 0.07
HSL 300.51º 0.99% 0.47% -
HSV(B) 300.51º 1% 0.93% -
XYZ 50.41 24.25 81.38 -
YUV 98.65 205.52 227.39 -
System Red Green Blue C M Y K H S L
Decimal 238 1 236 0 1.00 0.01 0.07 300.51 0.99 0.47
Hex EE 1 EC 0 64 1 7 12D 63 2F
Octal 356 1 354 0 144 1 7 455 143 57
Binary 11101110 1 11101100 0 1100100 1 111 100101101 1100011 101111

Color Harmonies of #EE01EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01EC

Black with #EE01EC

Text Example


Text Example

White with #EE01EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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