Html Css Color HEX #E7464B Amaranth

📋 copy color: '#E7464B'

red 231 ◦ green 70 ◦ blue 75

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

Shades of Amaranth #E7464B

Tints of Amaranth #E7464B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 61.44%
G = 18.62%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7464B (or 0xE7464B) is known color: Amaranth. HEX triplet: E7, 46 and 4B. RGB value is (231,70,75). Sum of RGB (Red+Green+Blue) = 231+70+75=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E7464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7464B is #18B9B4. Grayscale: #767676. Windows color (decimal): -1620405 or 4933351. OLE color: 4933351.

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

Color convert

RGB 231 70 75 -
CMYK 0 0.70 0.68 0.09
HSL 358.14º 0.77% 0.59% -
HSV(B) 358.14º 0.7% 0.91% -
XYZ 36.42 21.88 8.96 -
YUV 118.71 103.34 208.09 -
System Red Green Blue C M Y K H S L
Decimal 231 70 75 0 0.70 0.68 0.09 358.14 0.77 0.59
Hex E7 46 4B 0 46 44 9 166 4D 3B
Octal 347 106 113 0 106 104 11 546 115 73
Binary 11100111 1000110 1001011 0 1000110 1000100 1001 101100110 1001101 111011

Color Harmonies of #E7464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7464B

Black with #E7464B

Text Example


Text Example

White with #E7464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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