Html Css Color HEX #E02A48 Amaranth

📋 copy color: '#E02A48'

red 224 ◦ green 42 ◦ blue 72

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

Shades of Amaranth #E02A48

Tints of Amaranth #E02A48

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.43%

 BLUE value IS 72 (28.52% from 255) = 21.3%

R = 66.27%
G = 12.43%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02A48 (or 0xE02A48) is known color: Amaranth. HEX triplet: E0, 2A and 48. RGB value is (224,42,72). Sum of RGB (Red+Green+Blue) = 224+42+72=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 42 (16.80% from 255 or 12.43% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A48 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02A48 is #1FD5B7. Grayscale: #636363. Windows color (decimal): -2086328 or 4729568. OLE color: 4729568.

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

Color convert

RGB 224 42 72 -
CMYK 0 0.81 0.68 0.12
HSL 350.11º 0.75% 0.52% -
HSV(B) 350.11º 0.81% 0.88% -
XYZ 32.74 17.97 7.87 -
YUV 99.84 112.3 216.56 -
System Red Green Blue C M Y K H S L
Decimal 224 42 72 0 0.81 0.68 0.12 350.11 0.75 0.52
Hex E0 2A 48 0 51 44 C 15E 4B 34
Octal 340 52 110 0 121 104 14 536 113 64
Binary 11100000 101010 1001000 0 1010001 1000100 1100 101011110 1001011 110100

Color Harmonies of #E02A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A48

Black with #E02A48

Text Example


Text Example

White with #E02A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A48; }

 p { color: rgb(224,42,72); }

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

background-color css

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

 a { background-color: rgb(224,42,72); }

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

border-color css

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

 span { border-color: rgb(224,42,72); }

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