Html Css Color HEX #E7304E Amaranth

📋 copy color: '#E7304E'

red 231 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #E7304E

Tints of Amaranth #E7304E

RGB

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

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

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

R = 64.71%
G = 13.45%
B = 21.85%

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

#E7304E (or 0xE7304E) is known color: Amaranth. HEX triplet: E7, 30 and 4E. RGB value is (231,48,78). Sum of RGB (Red+Green+Blue) = 231+48+78=357 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.71% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 78 (30.86% from 255 or 21.85% from 357); Max value from RGB is 231 - color contains mainly: red. Hex color #E7304E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7304E is #18CFB1. Grayscale: #6A6A6A. Windows color (decimal): -1626034 or 5124327. OLE color: 5124327.

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

Color convert

RGB 231 48 78 -
CMYK 0 0.79 0.66 0.09
HSL 350.16º 0.79% 0.55% -
HSV(B) 350.16º 0.79% 0.91% -
XYZ 35.39 19.65 9.14 -
YUV 106.14 112.13 217.06 -
System Red Green Blue C M Y K H S L
Decimal 231 48 78 0 0.79 0.66 0.09 350.16 0.79 0.55
Hex E7 30 4E 0 4F 42 9 15E 4F 37
Octal 347 60 116 0 117 102 11 536 117 67
Binary 11100111 110000 1001110 0 1001111 1000010 1001 101011110 1001111 110111

Color Harmonies of #E7304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7304E

Black with #E7304E

Text Example


Text Example

White with #E7304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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