Html Css Color HEX #E2204C Amaranth

📋 copy color: '#E2204C'

red 226 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #E2204C

Tints of Amaranth #E2204C

RGB

 RED value IS 226 (88.67% from 255) = 67.66%

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

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

R = 67.66%
G = 9.58%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2204C (or 0xE2204C) is known color: Amaranth. HEX triplet: E2, 20 and 4C. RGB value is (226,32,76). Sum of RGB (Red+Green+Blue) = 226+32+76=334 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.66% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 226 - color contains mainly: red. Hex color #E2204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2204C is #1DDFB3. Grayscale: #5F5F5F. Windows color (decimal): -1957812 or 4989154. OLE color: 4989154.

HSL color Cylindrical-coordinate representation of color #E2204C: hue angle of 346.39º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2204C is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 32 76 -
CMYK 0 0.86 0.66 0.11
HSL 346.39º 0.77% 0.51% -
HSV(B) 346.39º 0.86% 0.89% -
XYZ 33.19 17.72 8.51 -
YUV 95.02 117.27 221.42 -
System Red Green Blue C M Y K H S L
Decimal 226 32 76 0 0.86 0.66 0.11 346.39 0.77 0.51
Hex E2 20 4C 0 56 42 B 15A 4D 33
Octal 342 40 114 0 126 102 13 532 115 63
Binary 11100010 100000 1001100 0 1010110 1000010 1011 101011010 1001101 110011

Color Harmonies of #E2204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2204C

Black with #E2204C

Text Example


Text Example

White with #E2204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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