Html Css Color HEX #EE0AFB Magenta

📋 copy color: '#EE0AFB'

red 238 ◦ green 10 ◦ blue 251

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

Shades of Magenta #EE0AFB

Tints of Magenta #EE0AFB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2%

 BLUE value IS 251 (98.44% from 255) = 50.3%

R = 47.7%
G = 2%
B = 50.3%

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

#EE0AFB (or 0xEE0AFB) is known color: Magenta. HEX triplet: EE, 0A and FB. RGB value is (238,10,251). Sum of RGB (Red+Green+Blue) = 238+10+251=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 10 (4.30% from 255 or 2.00% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #EE0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AFB is #11F504. Grayscale: #686868. Windows color (decimal): -1176837 or 16452334. OLE color: 16452334.

HSL color Cylindrical-coordinate representation of color #EE0AFB: hue angle of 296.76º degrees, saturation: 0.97, 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 #EE0AFB is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 238 10 251 -
CMYK 0.05 0.96 0 0.02
HSL 296.76º 0.97% 0.51% -
HSV(B) 296.76º 0.96% 0.98% -
XYZ 52.78 25.36 93.38 -
YUV 105.65 210.04 222.4 -
System Red Green Blue C M Y K H S L
Decimal 238 10 251 0.05 0.96 0 0.02 296.76 0.97 0.51
Hex EE A FB 5 60 0 2 129 61 33
Octal 356 12 373 5 140 0 2 451 141 63
Binary 11101110 1010 11111011 101 1100000 0 10 100101001 1100001 110011

Color Harmonies of #EE0AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AFB

Black with #EE0AFB

Text Example


Text Example

White with #EE0AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AFB; }

 p { color: rgb(238,10,251); }

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

background-color css

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

 a { background-color: rgb(238,10,251); }

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

border-color css

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

 span { border-color: rgb(238,10,251); }

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