Html Css Color HEX #EE3149 Amaranth

📋 copy color: '#EE3149'

red 238 ◦ green 49 ◦ blue 73

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

Shades of Amaranth #EE3149

Tints of Amaranth #EE3149

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.61%

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

R = 66.11%
G = 13.61%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE3149 (or 0xEE3149) is known color: Amaranth. HEX triplet: EE, 31 and 49. RGB value is (238,49,73). Sum of RGB (Red+Green+Blue) = 238+49+73=360 (47% of max value = 765). Red value is 238 (93.36% from 255 or 66.11% from 360); Green value is 49 (19.53% from 255 or 13.61% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3149 is #11CEB6. Grayscale: #6C6C6C. Windows color (decimal): -1167031 or 4796910. OLE color: 4796910.

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

Color convert

RGB 238 49 73 -
CMYK 0 0.79 0.69 0.07
HSL 352.38º 0.85% 0.56% -
HSV(B) 352.38º 0.79% 0.93% -
XYZ 37.56 20.85 8.35 -
YUV 108.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 238 49 73 0 0.79 0.69 0.07 352.38 0.85 0.56
Hex EE 31 49 0 4F 45 7 160 55 38
Octal 356 61 111 0 117 105 7 540 125 70
Binary 11101110 110001 1001001 0 1001111 1000101 111 101100000 1010101 111000

Color Harmonies of #EE3149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3149

Black with #EE3149

Text Example


Text Example

White with #EE3149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3149; }

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

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

background-color css

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

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

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

border-color css

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

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

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