Html Css Color HEX #EE0AEB Magenta

📋 copy color: '#EE0AEB'

red 238 ◦ green 10 ◦ blue 235

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

Shades of Magenta #EE0AEB

Tints of Magenta #EE0AEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.65%

R = 49.28%
G = 2.07%
B = 48.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE0AEB (or 0xEE0AEB) is known color: Magenta. HEX triplet: EE, 0A and EB. RGB value is (238,10,235). Sum of RGB (Red+Green+Blue) = 238+10+235=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 10 (4.30% from 255 or 2.07% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AEB is #11F514. Grayscale: #676767. Windows color (decimal): -1176853 or 15403758. OLE color: 15403758.

HSL color Cylindrical-coordinate representation of color #EE0AEB: hue angle of 300.79º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0AEB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 235 -
CMYK 0 0.96 0.01 0.07
HSL 300.79º 0.92% 0.49% -
HSV(B) 300.79º 0.96% 0.93% -
XYZ 50.36 24.39 80.65 -
YUV 103.82 202.04 223.7 -
System Red Green Blue C M Y K H S L
Decimal 238 10 235 0 0.96 0.01 0.07 300.79 0.92 0.49
Hex EE A EB 0 60 1 7 12D 5C 31
Octal 356 12 353 0 140 1 7 455 134 61
Binary 11101110 1010 11101011 0 1100000 1 111 100101101 1011100 110001

Color Harmonies of #EE0AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AEB

Black with #EE0AEB

Text Example


Text Example

White with #EE0AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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