#EE474B

Color #EE474B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EE474B

Tints of Amaranth #EE474B

Color information

#EE474B (or 0xEE474B) is unknown color: approx Amaranth. HEX triplet: EE, 47 and 4B. RGB value is (238,71,75). Sum of RGB (Red+Green+Blue) = 238+71+75=384 (50% of max value = 765). Red value is 238 (93.36% from 255 or 61.98% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 75 (29.69% from 255 or 19.53% from 384); Max value from RGB is 238 - color contains mainly: red. Hex color #EE474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE474B is #11B8B4. Grayscale: #797979. Windows color (decimal): -1161397 or 4933614. OLE color: 4933614.

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

Color convert

RGB2387175-
CMYK00.700.680.07
HSL358.56º83.08%60.59%-
HSV(B)358.56º70.17%93.33%-
XYZ38.7823.199.09-
YUV121.39101.83211.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 61.98%
GREEN value IS 71 (28.12% from 255) = 18.49%
BLUE value IS 75 (29.69% from 255) = 19.53%
R=61.98%
G=18.49%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238717500.700.680.07358.5683.0860.59
HexEE474B046447167533d
Octal3561071130106104754712375
Binary11101110100011110010110100011010001001111011001111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE474B; }

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

 H1.HeaderClassName
 {
   color: #EE474B;
 }
 .AnyTagClassName
 {
   color: #EE474B;
 }
</style>
background-color css

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

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

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

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

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

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