Html Css Color HEX #EE0BF7 Magenta

📋 copy color: '#EE0BF7'

red 238 ◦ green 11 ◦ blue 247

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

Shades of Magenta #EE0BF7

Tints of Magenta #EE0BF7

RGB

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

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

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

R = 47.98%
G = 2.22%
B = 49.8%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EE0BF7 (or 0xEE0BF7) is known color: Magenta. HEX triplet: EE, 0B and F7. RGB value is (238,11,247). Sum of RGB (Red+Green+Blue) = 238+11+247=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 11 (4.69% from 255 or 2.22% from 496); Blue value is 247 (96.88% from 255 or 49.80% from 496); Max value from RGB is 247 - color contains mainly: blue. Hex color #EE0BF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BF7 is #11F408. Grayscale: #696969. Windows color (decimal): -1176585 or 16190446. OLE color: 16190446.

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

Color convert

RGB 238 11 247 -
CMYK 0.04 0.96 0 0.03
HSL 297.71º 0.94% 0.51% -
HSV(B) 297.71º 0.96% 0.97% -
XYZ 52.17 25.13 90.1 -
YUV 105.78 207.71 222.31 -
System Red Green Blue C M Y K H S L
Decimal 238 11 247 0.04 0.96 0 0.03 297.71 0.94 0.51
Hex EE B F7 4 60 0 3 12A 5E 33
Octal 356 13 367 4 140 0 3 452 136 63
Binary 11101110 1011 11110111 100 1100000 0 11 100101010 1011110 110011

Color Harmonies of #EE0BF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BF7

Black with #EE0BF7

Text Example


Text Example

White with #EE0BF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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