Html Css Color HEX #E2254C Amaranth

📋 copy color: '#E2254C'

red 226 ◦ green 37 ◦ blue 76

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

Shades of Amaranth #E2254C

Tints of Amaranth #E2254C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.91%

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

R = 66.67%
G = 10.91%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2254C (or 0xE2254C) is known color: Amaranth. HEX triplet: E2, 25 and 4C. RGB value is (226,37,76). Sum of RGB (Red+Green+Blue) = 226+37+76=339 (44% of max value = 765). Red value is 226 (88.67% from 255 or 66.67% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 226 - color contains mainly: red. Hex color #E2254C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2254C is #1DDAB3. Grayscale: #616161. Windows color (decimal): -1956532 or 4990434. OLE color: 4990434.

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

Color convert

RGB 226 37 76 -
CMYK 0 0.84 0.66 0.11
HSL 347.62º 0.77% 0.52% -
HSV(B) 347.62º 0.84% 0.89% -
XYZ 33.33 18.01 8.56 -
YUV 97.96 115.62 219.33 -
System Red Green Blue C M Y K H S L
Decimal 226 37 76 0 0.84 0.66 0.11 347.62 0.77 0.52
Hex E2 25 4C 0 54 42 B 15C 4D 34
Octal 342 45 114 0 124 102 13 534 115 64
Binary 11100010 100101 1001100 0 1010100 1000010 1011 101011100 1001101 110100

Color Harmonies of #E2254C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2254C

Black with #E2254C

Text Example


Text Example

White with #E2254C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2254C; }

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

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

background-color css

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

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

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

border-color css

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

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

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