Html Css Color HEX #EE1BF7 Magenta

📋 copy color: '#EE1BF7'

red 238 ◦ green 27 ◦ blue 247

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

Shades of Magenta #EE1BF7

Tints of Magenta #EE1BF7

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.27%

 BLUE value IS 247 (96.88% from 255) = 48.24%

R = 46.48%
G = 5.27%
B = 48.24%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE1BF7 (or 0xEE1BF7) is known color: Magenta. HEX triplet: EE, 1B and F7. RGB value is (238,27,247). Sum of RGB (Red+Green+Blue) = 238+27+247=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 27 (10.94% from 255 or 5.27% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE1BF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BF7 is #11E408. Grayscale: #727272. Windows color (decimal): -1172489 or 16194542. OLE color: 16194542.

HSL color Cylindrical-coordinate representation of color #EE1BF7: hue angle of 297.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1BF7 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 238 27 247 -
CMYK 0.04 0.89 0 0.03
HSL 297.55º 0.93% 0.54% -
HSV(B) 297.55º 0.89% 0.97% -
XYZ 52.44 25.68 90.19 -
YUV 115.17 202.4 215.61 -
System Red Green Blue C M Y K H S L
Decimal 238 27 247 0.04 0.89 0 0.03 297.55 0.93 0.54
Hex EE 1B F7 4 59 0 3 12A 5D 36
Octal 356 33 367 4 131 0 3 452 135 66
Binary 11101110 11011 11110111 100 1011001 0 11 100101010 1011101 110110

Color Harmonies of #EE1BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BF7

Black with #EE1BF7

Text Example


Text Example

White with #EE1BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BF7; }

 p { color: rgb(238,27,247); }

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

background-color css

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

 a { background-color: rgb(238,27,247); }

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

border-color css

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

 span { border-color: rgb(238,27,247); }

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