Html Css Color HEX #E7224C Amaranth

📋 copy color: '#E7224C'

red 231 ◦ green 34 ◦ blue 76

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

Shades of Amaranth #E7224C

Tints of Amaranth #E7224C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 67.74%
G = 9.97%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7224C (or 0xE7224C) is known color: Amaranth. HEX triplet: E7, 22 and 4C. RGB value is (231,34,76). Sum of RGB (Red+Green+Blue) = 231+34+76=341 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.74% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 231 - color contains mainly: red. Hex color #E7224C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7224C is #18DDB3. Grayscale: #616161. Windows color (decimal): -1629620 or 4989671. OLE color: 4989671.

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

Color convert

RGB 231 34 76 -
CMYK 0 0.85 0.67 0.09
HSL 347.21º 0.8% 0.52% -
HSV(B) 347.21º 0.85% 0.91% -
XYZ 34.83 18.65 8.6 -
YUV 97.69 115.77 223.08 -
System Red Green Blue C M Y K H S L
Decimal 231 34 76 0 0.85 0.67 0.09 347.21 0.8 0.52
Hex E7 22 4C 0 55 43 9 15B 50 34
Octal 347 42 114 0 125 103 11 533 120 64
Binary 11100111 100010 1001100 0 1010101 1000011 1001 101011011 1010000 110100

Color Harmonies of #E7224C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7224C

Black with #E7224C

Text Example


Text Example

White with #E7224C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7224C; }

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

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

background-color css

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

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

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

border-color css

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

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

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