Html Css Color HEX #E02C44 Amaranth

📋 copy color: '#E02C44'

red 224 ◦ green 44 ◦ blue 68

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

Shades of Amaranth #E02C44

Tints of Amaranth #E02C44

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.1%

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

R = 66.67%
G = 13.1%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02C44 (or 0xE02C44) is known color: Amaranth. HEX triplet: E0, 2C and 44. RGB value is (224,44,68). Sum of RGB (Red+Green+Blue) = 224+44+68=336 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.67% from 336); Green value is 44 (17.58% from 255 or 13.10% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C44 is #1FD3BB. Grayscale: #646464. Windows color (decimal): -2085820 or 4467936. OLE color: 4467936.

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

Color convert

RGB 224 44 68 -
CMYK 0 0.80 0.70 0.12
HSL 352º 0.74% 0.53% -
HSV(B) 352º 0.8% 0.88% -
XYZ 32.68 18.07 7.23 -
YUV 100.56 109.63 216.05 -
System Red Green Blue C M Y K H S L
Decimal 224 44 68 0 0.80 0.70 0.12 352 0.74 0.53
Hex E0 2C 44 0 50 46 C 160 4A 35
Octal 340 54 104 0 120 106 14 540 112 65
Binary 11100000 101100 1000100 0 1010000 1000110 1100 101100000 1001010 110101

Color Harmonies of #E02C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C44

Black with #E02C44

Text Example


Text Example

White with #E02C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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