Html Css Color HEX #EE01F0 Magenta

📋 copy color: '#EE01F0'

red 238 ◦ green 1 ◦ blue 240

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

Shades of Magenta #EE01F0

Tints of Magenta #EE01F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 50.1%

R = 49.69%
G = 0.21%
B = 50.1%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE01F0 (or 0xEE01F0) is known color: Magenta. HEX triplet: EE, 01 and F0. RGB value is (238,1,240). Sum of RGB (Red+Green+Blue) = 238+1+240=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 1 (0.78% from 255 or 0.21% from 479); Blue value is 240 (94.14% from 255 or 50.10% from 479); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE01F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01F0 is #11FE0F. Grayscale: #626262. Windows color (decimal): -1179152 or 15729134. OLE color: 15729134.

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

Color convert

RGB 238 1 240 -
CMYK 0.01 1.00 0 0.06
HSL 299.5º 0.99% 0.47% -
HSV(B) 299.5º 1% 0.94% -
XYZ 51 24.49 84.48 -
YUV 99.11 207.52 227.07 -
System Red Green Blue C M Y K H S L
Decimal 238 1 240 0.01 1.00 0 0.06 299.5 0.99 0.47
Hex EE 1 F0 1 64 0 6 12B 63 2F
Octal 356 1 360 1 144 0 6 453 143 57
Binary 11101110 1 11110000 1 1100100 0 110 100101011 1100011 101111

Color Harmonies of #EE01F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01F0

Black with #EE01F0

Text Example


Text Example

White with #EE01F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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