Html Css Color HEX #E02A4F Amaranth

📋 copy color: '#E02A4F'

red 224 ◦ green 42 ◦ blue 79

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

Shades of Amaranth #E02A4F

Tints of Amaranth #E02A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.9%

R = 64.93%
G = 12.17%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E02A4F (or 0xE02A4F) is known color: Amaranth. HEX triplet: E0, 2A and 4F. RGB value is (224,42,79). Sum of RGB (Red+Green+Blue) = 224+42+79=345 (45% of max value = 765). Red value is 224 (87.89% from 255 or 64.93% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 224 - color contains mainly: red. Hex color #E02A4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02A4F is #1FD5B0. Grayscale: #646464. Windows color (decimal): -2086321 or 5188320. OLE color: 5188320.

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

Color convert

RGB 224 42 79 -
CMYK 0 0.81 0.65 0.12
HSL 347.8º 0.75% 0.52% -
HSV(B) 347.8º 0.81% 0.88% -
XYZ 32.98 18.07 9.15 -
YUV 100.64 115.8 215.99 -
System Red Green Blue C M Y K H S L
Decimal 224 42 79 0 0.81 0.65 0.12 347.8 0.75 0.52
Hex E0 2A 4F 0 51 41 C 15C 4B 34
Octal 340 52 117 0 121 101 14 534 113 64
Binary 11100000 101010 1001111 0 1010001 1000001 1100 101011100 1001011 110100

Color Harmonies of #E02A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02A4F

Black with #E02A4F

Text Example


Text Example

White with #E02A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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