Html Css Color HEX #EE1BF1 Magenta

📋 copy color: '#EE1BF1'

red 238 ◦ green 27 ◦ blue 241

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

Shades of Magenta #EE1BF1

Tints of Magenta #EE1BF1

RGB

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

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

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

R = 47.04%
G = 5.34%
B = 47.63%

CMYK

 C value IS 0.01

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE1BF1 (or 0xEE1BF1) is known color: Magenta. HEX triplet: EE, 1B and F1. RGB value is (238,27,241). Sum of RGB (Red+Green+Blue) = 238+27+241=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 27 (10.94% from 255 or 5.34% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE1BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE1BF1 is #11E40E. Grayscale: #717171. Windows color (decimal): -1172495 or 15801326. OLE color: 15801326.

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

Color convert

RGB 238 27 241 -
CMYK 0.01 0.89 0 0.05
HSL 299.16º 0.88% 0.53% -
HSV(B) 299.16º 0.89% 0.95% -
XYZ 51.53 25.31 85.39 -
YUV 114.49 199.4 216.1 -
System Red Green Blue C M Y K H S L
Decimal 238 27 241 0.01 0.89 0 0.05 299.16 0.88 0.53
Hex EE 1B F1 1 59 0 5 12B 58 35
Octal 356 33 361 1 131 0 5 453 130 65
Binary 11101110 11011 11110001 1 1011001 0 101 100101011 1011000 110101

Color Harmonies of #EE1BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1BF1

Black with #EE1BF1

Text Example


Text Example

White with #EE1BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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