Html Css Color HEX #EE0BF1 Magenta

📋 copy color: '#EE0BF1'

red 238 ◦ green 11 ◦ blue 241

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

Shades of Magenta #EE0BF1

Tints of Magenta #EE0BF1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.24%

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

R = 48.57%
G = 2.24%
B = 49.18%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EE0BF1 (or 0xEE0BF1) is known color: Magenta. HEX triplet: EE, 0B and F1. RGB value is (238,11,241). Sum of RGB (Red+Green+Blue) = 238+11+241=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 11 (4.69% from 255 or 2.24% from 490); Blue value is 241 (94.53% from 255 or 49.18% from 490); Max value from RGB is 241 - color contains mainly: blue. Hex color #EE0BF1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BF1 is #11F40E. Grayscale: #686868. Windows color (decimal): -1176591 or 15797230. OLE color: 15797230.

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

Color convert

RGB 238 11 241 -
CMYK 0.01 0.95 0 0.05
HSL 299.22º 0.91% 0.49% -
HSV(B) 299.22º 0.95% 0.95% -
XYZ 51.26 24.77 85.3 -
YUV 105.09 204.71 222.8 -
System Red Green Blue C M Y K H S L
Decimal 238 11 241 0.01 0.95 0 0.05 299.22 0.91 0.49
Hex EE B F1 1 5F 0 5 12B 5B 31
Octal 356 13 361 1 137 0 5 453 133 61
Binary 11101110 1011 11110001 1 1011111 0 101 100101011 1011011 110001

Color Harmonies of #EE0BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BF1

Black with #EE0BF1

Text Example


Text Example

White with #EE0BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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