Html Css Color HEX #EE474D Amaranth

📋 copy color: '#EE474D'

red 238 ◦ green 71 ◦ blue 77

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

Shades of Amaranth #EE474D

Tints of Amaranth #EE474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 61.66%
G = 18.39%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE474D (or 0xEE474D) is known color: Amaranth. HEX triplet: EE, 47 and 4D. RGB value is (238,71,77). Sum of RGB (Red+Green+Blue) = 238+71+77=386 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.66% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 238 - color contains mainly: red. Hex color #EE474D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE474D is #11B8B2. Grayscale: #797979. Windows color (decimal): -1161395 or 5064686. OLE color: 5064686.

HSL color Cylindrical-coordinate representation of color #EE474D: hue angle of 357.84º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE474D is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 71 77 -
CMYK 0 0.70 0.68 0.07
HSL 357.84º 0.83% 0.61% -
HSV(B) 357.84º 0.7% 0.93% -
XYZ 38.85 23.22 9.46 -
YUV 121.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 238 71 77 0 0.70 0.68 0.07 357.84 0.83 0.61
Hex EE 47 4D 0 46 44 7 166 53 3D
Octal 356 107 115 0 106 104 7 546 123 75
Binary 11101110 1000111 1001101 0 1000110 1000100 111 101100110 1010011 111101

Color Harmonies of #EE474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE474D

Black with #EE474D

Text Example


Text Example

White with #EE474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE474D; }

 p { color: rgb(238,71,77); }

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

background-color css

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

 a { background-color: rgb(238,71,77); }

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

border-color css

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

 span { border-color: rgb(238,71,77); }

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