Html Css Color HEX #E02145 Amaranth

📋 copy color: '#E02145'

red 224 ◦ green 33 ◦ blue 69

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

Shades of Amaranth #E02145

Tints of Amaranth #E02145

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.12%

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

R = 68.71%
G = 10.12%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E02145 (or 0xE02145) is known color: Amaranth. HEX triplet: E0, 21 and 45. RGB value is (224,33,69). Sum of RGB (Red+Green+Blue) = 224+33+69=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 69 (27.34% from 255 or 21.17% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E02145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02145 is #1FDEBA. Grayscale: #5E5E5E. Windows color (decimal): -2088635 or 4530656. OLE color: 4530656.

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

Color convert

RGB 224 33 69 -
CMYK 0 0.85 0.69 0.12
HSL 348.69º 0.75% 0.5% -
HSV(B) 348.69º 0.85% 0.88% -
XYZ 32.36 17.36 7.28 -
YUV 94.21 113.78 220.57 -
System Red Green Blue C M Y K H S L
Decimal 224 33 69 0 0.85 0.69 0.12 348.69 0.75 0.5
Hex E0 21 45 0 55 45 C 15D 4B 32
Octal 340 41 105 0 125 105 14 535 113 62
Binary 11100000 100001 1000101 0 1010101 1000101 1100 101011101 1001011 110010

Color Harmonies of #E02145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02145

Black with #E02145

Text Example


Text Example

White with #E02145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02145; }

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

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

background-color css

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

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

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

border-color css

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

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

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