Html Css Color HEX #E7204E Amaranth

📋 copy color: '#E7204E'

red 231 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #E7204E

Tints of Amaranth #E7204E

RGB

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

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

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

R = 67.74%
G = 9.38%
B = 22.87%

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

#E7204E (or 0xE7204E) is known color: Amaranth. HEX triplet: E7, 20 and 4E. RGB value is (231,32,78). Sum of RGB (Red+Green+Blue) = 231+32+78=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7204E is #18DFB1. Grayscale: #606060. Windows color (decimal): -1630130 or 5120231. OLE color: 5120231.

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

Color convert

RGB 231 32 78 -
CMYK 0 0.86 0.66 0.09
HSL 346.13º 0.81% 0.52% -
HSV(B) 346.13º 0.86% 0.91% -
XYZ 34.85 18.57 8.96 -
YUV 96.75 117.43 223.76 -
System Red Green Blue C M Y K H S L
Decimal 231 32 78 0 0.86 0.66 0.09 346.13 0.81 0.52
Hex E7 20 4E 0 56 42 9 15A 51 34
Octal 347 40 116 0 126 102 11 532 121 64
Binary 11100111 100000 1001110 0 1010110 1000010 1001 101011010 1010001 110100

Color Harmonies of #E7204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7204E

Black with #E7204E

Text Example


Text Example

White with #E7204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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