Html Css Color HEX #E02245 Amaranth

📋 copy color: '#E02245'

red 224 ◦ green 34 ◦ blue 69

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

Shades of Amaranth #E02245

Tints of Amaranth #E02245

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 68.5%
G = 10.4%
B = 21.1%

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

#E02245 (or 0xE02245) is known color: Amaranth. HEX triplet: E0, 22 and 45. RGB value is (224,34,69). Sum of RGB (Red+Green+Blue) = 224+34+69=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E02245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02245 is #1FDDBA. Grayscale: #5E5E5E. Windows color (decimal): -2088379 or 4530912. OLE color: 4530912.

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

Color convert

RGB 224 34 69 -
CMYK 0 0.85 0.69 0.12
HSL 348.95º 0.75% 0.51% -
HSV(B) 348.95º 0.85% 0.88% -
XYZ 32.39 17.42 7.29 -
YUV 94.8 113.45 220.15 -
System Red Green Blue C M Y K H S L
Decimal 224 34 69 0 0.85 0.69 0.12 348.95 0.75 0.51
Hex E0 22 45 0 55 45 C 15D 4B 33
Octal 340 42 105 0 125 105 14 535 113 63
Binary 11100000 100010 1000101 0 1010101 1000101 1100 101011101 1001011 110011

Color Harmonies of #E02245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02245

Black with #E02245

Text Example


Text Example

White with #E02245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02245; }

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

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

background-color css

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

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

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

border-color css

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

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

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