Html Css Color HEX #E0384F Amaranth

📋 copy color: '#E0384F'

red 224 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #E0384F

Tints of Amaranth #E0384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.01%

R = 62.4%
G = 15.6%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E0384F (or 0xE0384F) is known color: Amaranth. HEX triplet: E0, 38 and 4F. RGB value is (224,56,79). Sum of RGB (Red+Green+Blue) = 224+56+79=359 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.40% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 224 - color contains mainly: red. Hex color #E0384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E0384F is #1FC7B0. Grayscale: #6C6C6C. Windows color (decimal): -2082737 or 5191904. OLE color: 5191904.

HSL color Cylindrical-coordinate representation of color #E0384F: hue angle of 351.79º 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 #E0384F is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 56 79 -
CMYK 0 0.75 0.65 0.12
HSL 351.79º 0.73% 0.55% -
HSV(B) 351.79º 0.75% 0.88% -
XYZ 33.57 19.24 9.34 -
YUV 108.85 111.16 210.13 -
System Red Green Blue C M Y K H S L
Decimal 224 56 79 0 0.75 0.65 0.12 351.79 0.73 0.55
Hex E0 38 4F 0 4B 41 C 160 49 37
Octal 340 70 117 0 113 101 14 540 111 67
Binary 11100000 111000 1001111 0 1001011 1000001 1100 101100000 1001001 110111

Color Harmonies of #E0384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0384F

Black with #E0384F

Text Example


Text Example

White with #E0384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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