Html Css Color HEX #EE01ED Magenta

📋 copy color: '#EE01ED'

red 238 ◦ green 1 ◦ blue 237

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

Shades of Magenta #EE01ED

Tints of Magenta #EE01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 50%
G = 0.21%
B = 49.79%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE01ED (or 0xEE01ED) is known color: Magenta. HEX triplet: EE, 01 and ED. RGB value is (238,1,237). Sum of RGB (Red+Green+Blue) = 238+1+237=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 1 (0.78% from 255 or 0.21% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE01ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01ED is #11FE12. Grayscale: #626262. Windows color (decimal): -1179155 or 15532526. OLE color: 15532526.

HSL color Cylindrical-coordinate representation of color #EE01ED: hue angle of 300.25º 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 #EE01ED is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 237 -
CMYK 0 1.00 0.00 0.07
HSL 300.25º 0.99% 0.47% -
HSV(B) 300.25º 1% 0.93% -
XYZ 50.56 24.31 82.15 -
YUV 98.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 238 1 237 0 1.00 0.00 0.07 300.25 0.99 0.47
Hex EE 1 ED 0 64 0 7 12C 63 2F
Octal 356 1 355 0 144 0 7 454 143 57
Binary 11101110 1 11101101 0 1100100 0 111 100101100 1100011 101111

Color Harmonies of #EE01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01ED

Black with #EE01ED

Text Example


Text Example

White with #EE01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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