Html Css Color HEX #E2284A Amaranth

📋 copy color: '#E2284A'

red 226 ◦ green 40 ◦ blue 74

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

Shades of Amaranth #E2284A

Tints of Amaranth #E2284A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

 BLUE value IS 74 (29.3% from 255) = 21.76%

R = 66.47%
G = 11.76%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E2284A (or 0xE2284A) is known color: Amaranth. HEX triplet: E2, 28 and 4A. RGB value is (226,40,74). Sum of RGB (Red+Green+Blue) = 226+40+74=340 (45% of max value = 765). Red value is 226 (88.67% from 255 or 66.47% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 226 - color contains mainly: red. Hex color #E2284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2284A is #1DD7B5. Grayscale: #636363. Windows color (decimal): -1955766 or 4860130. OLE color: 4860130.

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

Color convert

RGB 226 40 74 -
CMYK 0 0.82 0.67 0.11
HSL 349.03º 0.76% 0.52% -
HSV(B) 349.03º 0.82% 0.89% -
XYZ 33.36 18.18 8.23 -
YUV 99.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 226 40 74 0 0.82 0.67 0.11 349.03 0.76 0.52
Hex E2 28 4A 0 52 43 B 15D 4C 34
Octal 342 50 112 0 122 103 13 535 114 64
Binary 11100010 101000 1001010 0 1010010 1000011 1011 101011101 1001100 110100

Color Harmonies of #E2284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2284A

Black with #E2284A

Text Example


Text Example

White with #E2284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2284A; }

 p { color: rgb(226,40,74); }

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

background-color css

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

 a { background-color: rgb(226,40,74); }

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

border-color css

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

 span { border-color: rgb(226,40,74); }

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