Html Css Color HEX #E02244 Amaranth

📋 copy color: '#E02244'

red 224 ◦ green 34 ◦ blue 68

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

Shades of Amaranth #E02244

Tints of Amaranth #E02244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 68.71%
G = 10.43%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02244 (or 0xE02244) is known color: Amaranth. HEX triplet: E0, 22 and 44. RGB value is (224,34,68). Sum of RGB (Red+Green+Blue) = 224+34+68=326 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.71% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 224 - color contains mainly: red. Hex color #E02244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02244 is #1FDDBB. Grayscale: #5E5E5E. Windows color (decimal): -2088380 or 4465376. OLE color: 4465376.

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

Color convert

RGB 224 34 68 -
CMYK 0 0.85 0.70 0.12
HSL 349.26º 0.75% 0.51% -
HSV(B) 349.26º 0.85% 0.88% -
XYZ 32.36 17.41 7.12 -
YUV 94.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 224 34 68 0 0.85 0.70 0.12 349.26 0.75 0.51
Hex E0 22 44 0 55 46 C 15D 4B 33
Octal 340 42 104 0 125 106 14 535 113 63
Binary 11100000 100010 1000100 0 1010101 1000110 1100 101011101 1001011 110011

Color Harmonies of #E02244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02244

Black with #E02244

Text Example


Text Example

White with #E02244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02244; }

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

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

background-color css

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

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

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

border-color css

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

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

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