Html Css Color HEX #EE1FF1 Magenta

📋 copy color: '#EE1FF1'

red 238 ◦ green 31 ◦ blue 241

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

Shades of Magenta #EE1FF1

Tints of Magenta #EE1FF1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.08%

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

R = 46.67%
G = 6.08%
B = 47.25%

CMYK

 C value IS 0.01

 M value IS 0.87

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE1FF1 (or 0xEE1FF1) is known color: Magenta. HEX triplet: EE, 1F and F1. RGB value is (238,31,241). Sum of RGB (Red+Green+Blue) = 238+31+241=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 31 (12.5% from 255 or 6.08% from 510); Blue value is 241 (94.53% from 255 or 47.25% from 510); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE1FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1FF1 is #11E00E. Grayscale: #747474. Windows color (decimal): -1171471 or 15802350. OLE color: 15802350.

HSL color Cylindrical-coordinate representation of color #EE1FF1: hue angle of 299.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FF1 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 31 241 -
CMYK 0.01 0.87 0 0.05
HSL 299.14º 0.88% 0.53% -
HSV(B) 299.14º 0.87% 0.95% -
XYZ 51.63 25.51 85.42 -
YUV 116.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 238 31 241 0.01 0.87 0 0.05 299.14 0.88 0.53
Hex EE 1F F1 1 57 0 5 12B 58 35
Octal 356 37 361 1 127 0 5 453 130 65
Binary 11101110 11111 11110001 1 1010111 0 101 100101011 1011000 110101

Color Harmonies of #EE1FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FF1

Black with #EE1FF1

Text Example


Text Example

White with #EE1FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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