Html Css Color HEX #EE01EF Magenta

📋 copy color: '#EE01EF'

red 238 ◦ green 1 ◦ blue 239

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

Shades of Magenta #EE01EF

Tints of Magenta #EE01EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

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

CMYK

 C value IS 0.00

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE01EF (or 0xEE01EF) is known color: Magenta. HEX triplet: EE, 01 and EF. RGB value is (238,1,239). Sum of RGB (Red+Green+Blue) = 238+1+239=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 1 (0.78% from 255 or 0.21% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE01EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01EF is #11FE10. Grayscale: #626262. Windows color (decimal): -1179153 or 15663598. OLE color: 15663598.

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

Color convert

RGB 238 1 239 -
CMYK 0.00 1.00 0 0.06
HSL 299.75º 0.99% 0.47% -
HSV(B) 299.75º 1% 0.94% -
XYZ 50.85 24.43 83.7 -
YUV 99 207.02 227.15 -
System Red Green Blue C M Y K H S L
Decimal 238 1 239 0.00 1.00 0 0.06 299.75 0.99 0.47
Hex EE 1 EF 0 64 0 6 12C 63 2F
Octal 356 1 357 0 144 0 6 454 143 57
Binary 11101110 1 11101111 0 1100100 0 110 100101100 1100011 101111

Color Harmonies of #EE01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01EF

Black with #EE01EF

Text Example


Text Example

White with #EE01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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