Html Css Color HEX #EE2449 Amaranth

📋 copy color: '#EE2449'

red 238 ◦ green 36 ◦ blue 73

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

Shades of Amaranth #EE2449

Tints of Amaranth #EE2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.37%

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

R = 68.59%
G = 10.37%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE2449 (or 0xEE2449) is known color: Amaranth. HEX triplet: EE, 24 and 49. RGB value is (238,36,73). Sum of RGB (Red+Green+Blue) = 238+36+73=347 (45% of max value = 765). Red value is 238 (93.36% from 255 or 68.59% from 347); Green value is 36 (14.45% from 255 or 10.37% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2449 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE2449 is #11DBB6. Grayscale: #646464. Windows color (decimal): -1170359 or 4793582. OLE color: 4793582.

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

Color convert

RGB 238 36 73 -
CMYK 0 0.85 0.69 0.07
HSL 349.01º 0.86% 0.54% -
HSV(B) 349.01º 0.85% 0.93% -
XYZ 37.09 19.92 8.19 -
YUV 100.62 112.42 225.99 -
System Red Green Blue C M Y K H S L
Decimal 238 36 73 0 0.85 0.69 0.07 349.01 0.86 0.54
Hex EE 24 49 0 55 45 7 15D 56 36
Octal 356 44 111 0 125 105 7 535 126 66
Binary 11101110 100100 1001001 0 1010101 1000101 111 101011101 1010110 110110

Color Harmonies of #EE2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2449

Black with #EE2449

Text Example


Text Example

White with #EE2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2449; }

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

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

background-color css

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

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

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

border-color css

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

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

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