Html Css Color HEX #EE0BF0 Magenta

📋 copy color: '#EE0BF0'

red 238 ◦ green 11 ◦ blue 240

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

Shades of Magenta #EE0BF0

Tints of Magenta #EE0BF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 48.67%
G = 2.25%
B = 49.08%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE0BF0 (or 0xEE0BF0) is known color: Magenta. HEX triplet: EE, 0B and F0. RGB value is (238,11,240). Sum of RGB (Red+Green+Blue) = 238+11+240=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 11 (4.69% from 255 or 2.25% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #EE0BF0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BF0 is #11F40F. Grayscale: #686868. Windows color (decimal): -1176592 or 15731694. OLE color: 15731694.

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

Color convert

RGB 238 11 240 -
CMYK 0.01 0.95 0 0.06
HSL 299.48º 0.91% 0.49% -
HSV(B) 299.48º 0.95% 0.94% -
XYZ 51.11 24.71 84.51 -
YUV 104.98 204.21 222.88 -
System Red Green Blue C M Y K H S L
Decimal 238 11 240 0.01 0.95 0 0.06 299.48 0.91 0.49
Hex EE B F0 1 5F 0 6 12B 5B 31
Octal 356 13 360 1 137 0 6 453 133 61
Binary 11101110 1011 11110000 1 1011111 0 110 100101011 1011011 110001

Color Harmonies of #EE0BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BF0

Black with #EE0BF0

Text Example


Text Example

White with #EE0BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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