Html Css Color HEX #E7204B Amaranth

📋 copy color: '#E7204B'

red 231 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #E7204B

Tints of Amaranth #E7204B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 68.34%
G = 9.47%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7204B (or 0xE7204B) is known color: Amaranth. HEX triplet: E7, 20 and 4B. RGB value is (231,32,75). Sum of RGB (Red+Green+Blue) = 231+32+75=338 (44% of max value = 765). Red value is 231 (90.62% from 255 or 68.34% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 231 - color contains mainly: red. Hex color #E7204B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7204B is #18DFB4. Grayscale: #606060. Windows color (decimal): -1630133 or 4923623. OLE color: 4923623.

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

Color convert

RGB 231 32 75 -
CMYK 0 0.86 0.68 0.09
HSL 347.04º 0.81% 0.52% -
HSV(B) 347.04º 0.86% 0.91% -
XYZ 34.74 18.53 8.4 -
YUV 96.4 115.93 224 -
System Red Green Blue C M Y K H S L
Decimal 231 32 75 0 0.86 0.68 0.09 347.04 0.81 0.52
Hex E7 20 4B 0 56 44 9 15B 51 34
Octal 347 40 113 0 126 104 11 533 121 64
Binary 11100111 100000 1001011 0 1010110 1000100 1001 101011011 1010001 110100

Color Harmonies of #E7204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7204B

Black with #E7204B

Text Example


Text Example

White with #E7204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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