Html Css Color HEX #EE474A Amaranth

📋 copy color: '#EE474A'

red 238 ◦ green 71 ◦ blue 74

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

Shades of Amaranth #EE474A

Tints of Amaranth #EE474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 62.14%
G = 18.54%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EE474A (or 0xEE474A) is known color: Amaranth. HEX triplet: EE, 47 and 4A. RGB value is (238,71,74). Sum of RGB (Red+Green+Blue) = 238+71+74=383 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.14% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 238 - color contains mainly: red. Hex color #EE474A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE474A is #11B8B5. Grayscale: #797979. Windows color (decimal): -1161398 or 4868078. OLE color: 4868078.

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

Color convert

RGB 238 71 74 -
CMYK 0 0.70 0.69 0.07
HSL 358.92º 0.83% 0.61% -
HSV(B) 358.92º 0.7% 0.93% -
XYZ 38.75 23.18 8.91 -
YUV 121.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 238 71 74 0 0.70 0.69 0.07 358.92 0.83 0.61
Hex EE 47 4A 0 46 45 7 167 53 3D
Octal 356 107 112 0 106 105 7 547 123 75
Binary 11101110 1000111 1001010 0 1000110 1000101 111 101100111 1010011 111101

Color Harmonies of #EE474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE474A

Black with #EE474A

Text Example


Text Example

White with #EE474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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