Html Css Color HEX #EE0BF6 Magenta

📋 copy color: '#EE0BF6'

red 238 ◦ green 11 ◦ blue 246

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

Shades of Magenta #EE0BF6

Tints of Magenta #EE0BF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 49.7%

R = 48.08%
G = 2.22%
B = 49.7%

CMYK

 C value IS 0.03

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EE0BF6 (or 0xEE0BF6) is known color: Magenta. HEX triplet: EE, 0B and F6. RGB value is (238,11,246). Sum of RGB (Red+Green+Blue) = 238+11+246=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 11 (4.69% from 255 or 2.22% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #EE0BF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BF6 is #11F409. Grayscale: #686868. Windows color (decimal): -1176586 or 16124910. OLE color: 16124910.

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

Color convert

RGB 238 11 246 -
CMYK 0.03 0.96 0 0.04
HSL 297.96º 0.93% 0.5% -
HSV(B) 297.96º 0.96% 0.96% -
XYZ 52.01 25.07 89.29 -
YUV 105.66 207.21 222.39 -
System Red Green Blue C M Y K H S L
Decimal 238 11 246 0.03 0.96 0 0.04 297.96 0.93 0.5
Hex EE B F6 3 60 0 4 12A 5D 32
Octal 356 13 366 3 140 0 4 452 135 62
Binary 11101110 1011 11110110 11 1100000 0 100 100101010 1011101 110010

Color Harmonies of #EE0BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BF6

Black with #EE0BF6

Text Example


Text Example

White with #EE0BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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