Html Css Color HEX #E0384C Amaranth

📋 copy color: '#E0384C'

red 224 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #E0384C

Tints of Amaranth #E0384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.73%

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

R = 62.92%
G = 15.73%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E0384C (or 0xE0384C) is known color: Amaranth. HEX triplet: E0, 38 and 4C. RGB value is (224,56,76). Sum of RGB (Red+Green+Blue) = 224+56+76=356 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.92% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 224 - color contains mainly: red. Hex color #E0384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0384C is #1FC7B3. Grayscale: #6C6C6C. Windows color (decimal): -2082740 or 4995296. OLE color: 4995296.

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

Color convert

RGB 224 56 76 -
CMYK 0 0.75 0.66 0.12
HSL 352.86º 0.73% 0.55% -
HSV(B) 352.86º 0.75% 0.88% -
XYZ 33.46 19.2 8.78 -
YUV 108.51 109.66 210.37 -
System Red Green Blue C M Y K H S L
Decimal 224 56 76 0 0.75 0.66 0.12 352.86 0.73 0.55
Hex E0 38 4C 0 4B 42 C 161 49 37
Octal 340 70 114 0 113 102 14 541 111 67
Binary 11100000 111000 1001100 0 1001011 1000010 1100 101100001 1001001 110111

Color Harmonies of #E0384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0384C

Black with #E0384C

Text Example


Text Example

White with #E0384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0384C; }

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

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

background-color css

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

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

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

border-color css

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

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

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