Html Css Color HEX #E7204C Amaranth

📋 copy color: '#E7204C'

red 231 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #E7204C

Tints of Amaranth #E7204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 68.14%
G = 9.44%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7204C (or 0xE7204C) is known color: Amaranth. HEX triplet: E7, 20 and 4C. RGB value is (231,32,76). Sum of RGB (Red+Green+Blue) = 231+32+76=339 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.14% from 339); Green value is 32 (12.89% from 255 or 9.44% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7204C is #18DFB3. Grayscale: #606060. Windows color (decimal): -1630132 or 4989159. OLE color: 4989159.

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

Color convert

RGB 231 32 76 -
CMYK 0 0.86 0.67 0.09
HSL 346.73º 0.81% 0.52% -
HSV(B) 346.73º 0.86% 0.91% -
XYZ 34.78 18.54 8.58 -
YUV 96.52 116.43 223.92 -
System Red Green Blue C M Y K H S L
Decimal 231 32 76 0 0.86 0.67 0.09 346.73 0.81 0.52
Hex E7 20 4C 0 56 43 9 15B 51 34
Octal 347 40 114 0 126 103 11 533 121 64
Binary 11100111 100000 1001100 0 1010110 1000011 1001 101011011 1010001 110100

Color Harmonies of #E7204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7204C

Black with #E7204C

Text Example


Text Example

White with #E7204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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