Html Css Color HEX #EE0AEA Magenta

📋 copy color: '#EE0AEA'

red 238 ◦ green 10 ◦ blue 234

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

Shades of Magenta #EE0AEA

Tints of Magenta #EE0AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 49.38%
G = 2.07%
B = 48.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE0AEA (or 0xEE0AEA) is known color: Magenta. HEX triplet: EE, 0A and EA. RGB value is (238,10,234). Sum of RGB (Red+Green+Blue) = 238+10+234=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 10 (4.30% from 255 or 2.07% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0AEA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #EE0AEA is #11F515. Grayscale: #676767. Windows color (decimal): -1176854 or 15338222. OLE color: 15338222.

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

Color convert

RGB 238 10 234 -
CMYK 0 0.96 0.02 0.07
HSL 301.05º 0.92% 0.49% -
HSV(B) 301.05º 0.96% 0.93% -
XYZ 50.22 24.33 79.89 -
YUV 103.71 201.54 223.79 -
System Red Green Blue C M Y K H S L
Decimal 238 10 234 0 0.96 0.02 0.07 301.05 0.92 0.49
Hex EE A EA 0 60 2 7 12D 5C 31
Octal 356 12 352 0 140 2 7 455 134 61
Binary 11101110 1010 11101010 0 1100000 10 111 100101101 1011100 110001

Color Harmonies of #EE0AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0AEA

Black with #EE0AEA

Text Example


Text Example

White with #EE0AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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