Html Css Color HEX #E03045 Amaranth

📋 copy color: '#E03045'

red 224 ◦ green 48 ◦ blue 69

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

Shades of Amaranth #E03045

Tints of Amaranth #E03045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.23%

R = 65.69%
G = 14.08%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E03045 (or 0xE03045) is known color: Amaranth. HEX triplet: E0, 30 and 45. RGB value is (224,48,69). Sum of RGB (Red+Green+Blue) = 224+48+69=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E03045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E03045 is #1FCFBA. Grayscale: #676767. Windows color (decimal): -2084795 or 4534496. OLE color: 4534496.

HSL color Cylindrical-coordinate representation of color #E03045: hue angle of 352.84º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E03045 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 48 69 -
CMYK 0 0.79 0.69 0.12
HSL 352.84º 0.74% 0.53% -
HSV(B) 352.84º 0.79% 0.88% -
XYZ 32.87 18.39 7.45 -
YUV 103.02 108.81 214.29 -
System Red Green Blue C M Y K H S L
Decimal 224 48 69 0 0.79 0.69 0.12 352.84 0.74 0.53
Hex E0 30 45 0 4F 45 C 161 4A 35
Octal 340 60 105 0 117 105 14 541 112 65
Binary 11100000 110000 1000101 0 1001111 1000101 1100 101100001 1001010 110101

Color Harmonies of #E03045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03045

Black with #E03045

Text Example


Text Example

White with #E03045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03045; }

 p { color: rgb(224,48,69); }

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

background-color css

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

 a { background-color: rgb(224,48,69); }

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

border-color css

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

 span { border-color: rgb(224,48,69); }

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