Html Css Color HEX #E02D46 Amaranth

📋 copy color: '#E02D46'

red 224 ◦ green 45 ◦ blue 70

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

Shades of Amaranth #E02D46

Tints of Amaranth #E02D46

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.27%

 BLUE value IS 70 (27.73% from 255) = 20.65%

R = 66.08%
G = 13.27%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E02D46 (or 0xE02D46) is known color: Amaranth. HEX triplet: E0, 2D and 46. RGB value is (224,45,70). Sum of RGB (Red+Green+Blue) = 224+45+70=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 70 (27.73% from 255 or 20.65% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D46 is #1FD2B9. Grayscale: #656565. Windows color (decimal): -2085562 or 4599264. OLE color: 4599264.

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

Color convert

RGB 224 45 70 -
CMYK 0 0.80 0.69 0.12
HSL 351.62º 0.74% 0.53% -
HSV(B) 351.62º 0.8% 0.88% -
XYZ 32.78 18.17 7.57 -
YUV 101.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 224 45 70 0 0.80 0.69 0.12 351.62 0.74 0.53
Hex E0 2D 46 0 50 45 C 160 4A 35
Octal 340 55 106 0 120 105 14 540 112 65
Binary 11100000 101101 1000110 0 1010000 1000101 1100 101100000 1001010 110101

Color Harmonies of #E02D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D46

Black with #E02D46

Text Example


Text Example

White with #E02D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D46; }

 p { color: rgb(224,45,70); }

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

background-color css

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

 a { background-color: rgb(224,45,70); }

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

border-color css

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

 span { border-color: rgb(224,45,70); }

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