Html Css Color HEX #E8334D Amaranth

📋 copy color: '#E8334D'

red 232 ◦ green 51 ◦ blue 77

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

Shades of Amaranth #E8334D

Tints of Amaranth #E8334D

RGB

 RED value IS 232 (91.02% from 255) = 64.44%

 GREEN value IS 51 (20.31% from 255) = 14.17%

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

R = 64.44%
G = 14.17%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E8334D (or 0xE8334D) is known color: Amaranth. HEX triplet: E8, 33 and 4D. RGB value is (232,51,77). Sum of RGB (Red+Green+Blue) = 232+51+77=360 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.44% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 232 - color contains mainly: red. Hex color #E8334D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8334D is #17CCB2. Grayscale: #6C6C6C. Windows color (decimal): -1559731 or 5059560. OLE color: 5059560.

HSL color Cylindrical-coordinate representation of color #E8334D: hue angle of 351.38º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E8334D is Cyan = 0, Magento = 0.78, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 51 77 -
CMYK 0 0.78 0.67 0.09
HSL 351.38º 0.8% 0.55% -
HSV(B) 351.38º 0.78% 0.91% -
XYZ 35.8 20.06 9.01 -
YUV 108.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 232 51 77 0 0.78 0.67 0.09 351.38 0.8 0.55
Hex E8 33 4D 0 4E 43 9 15F 50 37
Octal 350 63 115 0 116 103 11 537 120 67
Binary 11101000 110011 1001101 0 1001110 1000011 1001 101011111 1010000 110111

Color Harmonies of #E8334D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8334D

Black with #E8334D

Text Example


Text Example

White with #E8334D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8334D; }

 p { color: rgb(232,51,77); }

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

background-color css

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

 a { background-color: rgb(232,51,77); }

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

border-color css

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

 span { border-color: rgb(232,51,77); }

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