Html Css Color HEX #E2304D Amaranth

📋 copy color: '#E2304D'

red 226 ◦ green 48 ◦ blue 77

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

Shades of Amaranth #E2304D

Tints of Amaranth #E2304D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.68%

 BLUE value IS 77 (30.47% from 255) = 21.94%

R = 64.39%
G = 13.68%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#E2304D (or 0xE2304D) is known color: Amaranth. HEX triplet: E2, 30 and 4D. RGB value is (226,48,77). Sum of RGB (Red+Green+Blue) = 226+48+77=351 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.39% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 226 - color contains mainly: red. Hex color #E2304D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E2304D is #1DCFB2. Grayscale: #686868. Windows color (decimal): -1953715 or 5058786. OLE color: 5058786.

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

Color convert

RGB 226 48 77 -
CMYK 0 0.79 0.66 0.11
HSL 350.22º 0.75% 0.54% -
HSV(B) 350.22º 0.79% 0.89% -
XYZ 33.76 18.82 8.87 -
YUV 104.53 112.47 214.64 -
System Red Green Blue C M Y K H S L
Decimal 226 48 77 0 0.79 0.66 0.11 350.22 0.75 0.54
Hex E2 30 4D 0 4F 42 B 15E 4B 36
Octal 342 60 115 0 117 102 13 536 113 66
Binary 11100010 110000 1001101 0 1001111 1000010 1011 101011110 1001011 110110

Color Harmonies of #E2304D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2304D

Black with #E2304D

Text Example


Text Example

White with #E2304D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2304D; }

 p { color: rgb(226,48,77); }

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

background-color css

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

 a { background-color: rgb(226,48,77); }

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

border-color css

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

 span { border-color: rgb(226,48,77); }

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