Html Css Color HEX #E7304F Amaranth

📋 copy color: '#E7304F'

red 231 ◦ green 48 ◦ blue 79

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

Shades of Amaranth #E7304F

Tints of Amaranth #E7304F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.07%

R = 64.53%
G = 13.41%
B = 22.07%

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

#E7304F (or 0xE7304F) is known color: Amaranth. HEX triplet: E7, 30 and 4F. RGB value is (231,48,79). Sum of RGB (Red+Green+Blue) = 231+48+79=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 79 (31.25% from 255 or 22.07% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7304F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7304F is #18CFB0. Grayscale: #6A6A6A. Windows color (decimal): -1626033 or 5189863. OLE color: 5189863.

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

Color convert

RGB 231 48 79 -
CMYK 0 0.79 0.66 0.09
HSL 349.84º 0.79% 0.55% -
HSV(B) 349.84º 0.79% 0.91% -
XYZ 35.42 19.67 9.33 -
YUV 106.25 112.63 216.98 -
System Red Green Blue C M Y K H S L
Decimal 231 48 79 0 0.79 0.66 0.09 349.84 0.79 0.55
Hex E7 30 4F 0 4F 42 9 15E 4F 37
Octal 347 60 117 0 117 102 11 536 117 67
Binary 11100111 110000 1001111 0 1001111 1000010 1001 101011110 1001111 110111

Color Harmonies of #E7304F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7304F

Black with #E7304F

Text Example


Text Example

White with #E7304F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7304F; }

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

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

background-color css

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

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

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

border-color css

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

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

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