Html Css Color HEX #EE0BFA Magenta

📋 copy color: '#EE0BFA'

red 238 ◦ green 11 ◦ blue 250

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

Shades of Magenta #EE0BFA

Tints of Magenta #EE0BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 47.7%
G = 2.2%
B = 50.1%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EE0BFA (or 0xEE0BFA) is known color: Magenta. HEX triplet: EE, 0B and FA. RGB value is (238,11,250). Sum of RGB (Red+Green+Blue) = 238+11+250=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 11 (4.69% from 255 or 2.20% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #EE0BFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0BFA is #11F405. Grayscale: #696969. Windows color (decimal): -1176582 or 16387054. OLE color: 16387054.

HSL color Cylindrical-coordinate representation of color #EE0BFA: hue angle of 296.99º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0BFA is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 11 250 -
CMYK 0.05 0.96 0 0.02
HSL 296.99º 0.96% 0.51% -
HSV(B) 296.99º 0.96% 0.98% -
XYZ 52.63 25.32 92.56 -
YUV 106.12 209.21 222.07 -
System Red Green Blue C M Y K H S L
Decimal 238 11 250 0.05 0.96 0 0.02 296.99 0.96 0.51
Hex EE B FA 5 60 0 2 129 60 33
Octal 356 13 372 5 140 0 2 451 140 63
Binary 11101110 1011 11111010 101 1100000 0 10 100101001 1100000 110011

Color Harmonies of #EE0BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0BFA

Black with #EE0BFA

Text Example


Text Example

White with #EE0BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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