Html Css Color HEX #E7474B Amaranth

📋 copy color: '#E7474B'

red 231 ◦ green 71 ◦ blue 75

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

Shades of Amaranth #E7474B

Tints of Amaranth #E7474B

RGB

 RED value IS 231 (90.63% from 255) = 61.27%

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

 BLUE value IS 75 (29.69% from 255) = 19.89%

R = 61.27%
G = 18.83%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7474B (or 0xE7474B) is known color: Amaranth. HEX triplet: E7, 47 and 4B. RGB value is (231,71,75). Sum of RGB (Red+Green+Blue) = 231+71+75=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7474B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7474B is #18B8B4. Grayscale: #777777. Windows color (decimal): -1620149 or 4933607. OLE color: 4933607.

HSL color Cylindrical-coordinate representation of color #E7474B: hue angle of 358.5º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E7474B is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 71 75 -
CMYK 0 0.69 0.68 0.09
HSL 358.5º 0.77% 0.59% -
HSV(B) 358.5º 0.69% 0.91% -
XYZ 36.48 22 8.98 -
YUV 119.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 231 71 75 0 0.69 0.68 0.09 358.5 0.77 0.59
Hex E7 47 4B 0 45 44 9 166 4D 3B
Octal 347 107 113 0 105 104 11 546 115 73
Binary 11100111 1000111 1001011 0 1000101 1000100 1001 101100110 1001101 111011

Color Harmonies of #E7474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7474B

Black with #E7474B

Text Example


Text Example

White with #E7474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7474B; }

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

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

background-color css

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

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

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

border-color css

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

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

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