Html Css Color HEX #E0364C Amaranth

📋 copy color: '#E0364C'

red 224 ◦ green 54 ◦ blue 76

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

Shades of Amaranth #E0364C

Tints of Amaranth #E0364C

RGB

 RED value IS 224 (87.89% from 255) = 63.28%

 GREEN value IS 54 (21.48% from 255) = 15.25%

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

R = 63.28%
G = 15.25%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0364C (or 0xE0364C) is known color: Amaranth. HEX triplet: E0, 36 and 4C. RGB value is (224,54,76). Sum of RGB (Red+Green+Blue) = 224+54+76=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E0364C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0364C is #1FC9B3. Grayscale: #6B6B6B. Windows color (decimal): -2083252 or 4994784. OLE color: 4994784.

HSL color Cylindrical-coordinate representation of color #E0364C: hue angle of 352.24º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0364C is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 54 76 -
CMYK 0 0.76 0.66 0.12
HSL 352.24º 0.73% 0.55% -
HSV(B) 352.24º 0.76% 0.88% -
XYZ 33.36 19.01 8.75 -
YUV 107.34 110.32 211.21 -
System Red Green Blue C M Y K H S L
Decimal 224 54 76 0 0.76 0.66 0.12 352.24 0.73 0.55
Hex E0 36 4C 0 4C 42 C 160 49 37
Octal 340 66 114 0 114 102 14 540 111 67
Binary 11100000 110110 1001100 0 1001100 1000010 1100 101100000 1001001 110111

Color Harmonies of #E0364C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0364C

Black with #E0364C

Text Example


Text Example

White with #E0364C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0364C; }

 p { color: rgb(224,54,76); }

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

background-color css

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

 a { background-color: rgb(224,54,76); }

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

border-color css

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

 span { border-color: rgb(224,54,76); }

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