Html Css Color HEX #E7204F Amaranth

📋 copy color: '#E7204F'

red 231 ◦ green 32 ◦ blue 79

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

Shades of Amaranth #E7204F

Tints of Amaranth #E7204F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.36%

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

R = 67.54%
G = 9.36%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E7204F (or 0xE7204F) is known color: Amaranth. HEX triplet: E7, 20 and 4F. RGB value is (231,32,79). Sum of RGB (Red+Green+Blue) = 231+32+79=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7204F is #18DFB0. Grayscale: #606060. Windows color (decimal): -1630129 or 5185767. OLE color: 5185767.

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

Color convert

RGB 231 32 79 -
CMYK 0 0.86 0.66 0.09
HSL 345.83º 0.81% 0.52% -
HSV(B) 345.83º 0.86% 0.91% -
XYZ 34.88 18.59 9.15 -
YUV 96.86 117.93 223.68 -
System Red Green Blue C M Y K H S L
Decimal 231 32 79 0 0.86 0.66 0.09 345.83 0.81 0.52
Hex E7 20 4F 0 56 42 9 15A 51 34
Octal 347 40 117 0 126 102 11 532 121 64
Binary 11100111 100000 1001111 0 1010110 1000010 1001 101011010 1010001 110100

Color Harmonies of #E7204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7204F

Black with #E7204F

Text Example


Text Example

White with #E7204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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