Html Css Color HEX #E8334E Amaranth

📋 copy color: '#E8334E'

red 232 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #E8334E

Tints of Amaranth #E8334E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 64.27%
G = 14.13%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8334E (or 0xE8334E) is known color: Amaranth. HEX triplet: E8, 33 and 4E. RGB value is (232,51,78). Sum of RGB (Red+Green+Blue) = 232+51+78=361 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.27% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 232 - color contains mainly: red. Hex color #E8334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8334E is #17CCB1. Grayscale: #6C6C6C. Windows color (decimal): -1559730 or 5125096. OLE color: 5125096.

HSL color Cylindrical-coordinate representation of color #E8334E: hue angle of 351.05º 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 #E8334E is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 51 78 -
CMYK 0 0.78 0.66 0.09
HSL 351.05º 0.8% 0.55% -
HSV(B) 351.05º 0.78% 0.91% -
XYZ 35.84 20.07 9.19 -
YUV 108.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 232 51 78 0 0.78 0.66 0.09 351.05 0.8 0.55
Hex E8 33 4E 0 4E 42 9 15F 50 37
Octal 350 63 116 0 116 102 11 537 120 67
Binary 11101000 110011 1001110 0 1001110 1000010 1001 101011111 1010000 110111

Color Harmonies of #E8334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8334E

Black with #E8334E

Text Example


Text Example

White with #E8334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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