Html Css Color HEX #EE01F1 Magenta

📋 copy color: '#EE01F1'

red 238 ◦ green 1 ◦ blue 241

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

Shades of Magenta #EE01F1

Tints of Magenta #EE01F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 49.58%
G = 0.21%
B = 50.21%

CMYK

 C value IS 0.01

 M value IS 1.00

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE01F1 (or 0xEE01F1) is known color: Magenta. HEX triplet: EE, 01 and F1. RGB value is (238,1,241). Sum of RGB (Red+Green+Blue) = 238+1+241=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 1 (0.78% from 255 or 0.21% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE01F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE01F1 is #11FE0E. Grayscale: #626262. Windows color (decimal): -1179151 or 15794670. OLE color: 15794670.

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

Color convert

RGB 238 1 241 -
CMYK 0.01 1.00 0 0.05
HSL 299.25º 0.99% 0.47% -
HSV(B) 299.25º 1% 0.95% -
XYZ 51.15 24.55 85.26 -
YUV 99.22 208.02 226.99 -
System Red Green Blue C M Y K H S L
Decimal 238 1 241 0.01 1.00 0 0.05 299.25 0.99 0.47
Hex EE 1 F1 1 64 0 5 12B 63 2F
Octal 356 1 361 1 144 0 5 453 143 57
Binary 11101110 1 11110001 1 1100100 0 101 100101011 1100011 101111

Color Harmonies of #EE01F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE01F1

Black with #EE01F1

Text Example


Text Example

White with #EE01F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE01F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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