Html Css Color HEX #E8304E Amaranth

📋 copy color: '#E8304E'

red 232 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #E8304E

Tints of Amaranth #E8304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 64.8%
G = 13.41%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E8304E (or 0xE8304E) is known color: Amaranth. HEX triplet: E8, 30 and 4E. RGB value is (232,48,78). Sum of RGB (Red+Green+Blue) = 232+48+78=358 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.80% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 232 - color contains mainly: red. Hex color #E8304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E8304E is #17CFB1. Grayscale: #6A6A6A. Windows color (decimal): -1560498 or 5124328. OLE color: 5124328.

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

Color convert

RGB 232 48 78 -
CMYK 0 0.79 0.66 0.09
HSL 350.22º 0.8% 0.55% -
HSV(B) 350.22º 0.79% 0.91% -
XYZ 35.71 19.82 9.15 -
YUV 106.44 111.96 217.56 -
System Red Green Blue C M Y K H S L
Decimal 232 48 78 0 0.79 0.66 0.09 350.22 0.8 0.55
Hex E8 30 4E 0 4F 42 9 15E 50 37
Octal 350 60 116 0 117 102 11 536 120 67
Binary 11101000 110000 1001110 0 1001111 1000010 1001 101011110 1010000 110111

Color Harmonies of #E8304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8304E

Black with #E8304E

Text Example


Text Example

White with #E8304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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