Html Css Color HEX #EE2049 Amaranth

📋 copy color: '#EE2049'

red 238 ◦ green 32 ◦ blue 73

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

Shades of Amaranth #EE2049

Tints of Amaranth #EE2049

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.33%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 69.39%
G = 9.33%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE2049 (or 0xEE2049) is known color: Amaranth. HEX triplet: EE, 20 and 49. RGB value is (238,32,73). Sum of RGB (Red+Green+Blue) = 238+32+73=343 (45% of max value = 765). Red value is 238 (93.36% from 255 or 69.39% from 343); Green value is 32 (12.89% from 255 or 9.33% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2049 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2049 is #11DFB6. Grayscale: #626262. Windows color (decimal): -1171383 or 4792558. OLE color: 4792558.

HSL color Cylindrical-coordinate representation of color #EE2049: hue angle of 348.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE2049 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 32 73 -
CMYK 0 0.87 0.69 0.07
HSL 348.06º 0.86% 0.53% -
HSV(B) 348.06º 0.87% 0.93% -
XYZ 36.98 19.69 8.16 -
YUV 98.27 113.75 227.67 -
System Red Green Blue C M Y K H S L
Decimal 238 32 73 0 0.87 0.69 0.07 348.06 0.86 0.53
Hex EE 20 49 0 57 45 7 15C 56 35
Octal 356 40 111 0 127 105 7 534 126 65
Binary 11101110 100000 1001001 0 1010111 1000101 111 101011100 1010110 110101

Color Harmonies of #EE2049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2049

Black with #EE2049

Text Example


Text Example

White with #EE2049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2049; }

 p { color: rgb(238,32,73); }

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

background-color css

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

 a { background-color: rgb(238,32,73); }

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

border-color css

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

 span { border-color: rgb(238,32,73); }

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