Html Css Color HEX #E02447 Amaranth

📋 copy color: '#E02447'

red 224 ◦ green 36 ◦ blue 71

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

Shades of Amaranth #E02447

Tints of Amaranth #E02447

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 71 (28.13% from 255) = 21.45%

R = 67.67%
G = 10.88%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E02447 (or 0xE02447) is known color: Amaranth. HEX triplet: E0, 24 and 47. RGB value is (224,36,71). Sum of RGB (Red+Green+Blue) = 224+36+71=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 71 (28.12% from 255 or 21.45% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02447 is #1FDBB8. Grayscale: #606060. Windows color (decimal): -2087865 or 4662496. OLE color: 4662496.

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

Color convert

RGB 224 36 71 -
CMYK 0 0.84 0.68 0.12
HSL 348.83º 0.75% 0.51% -
HSV(B) 348.83º 0.84% 0.88% -
XYZ 32.51 17.56 7.64 -
YUV 96.2 113.78 219.15 -
System Red Green Blue C M Y K H S L
Decimal 224 36 71 0 0.84 0.68 0.12 348.83 0.75 0.51
Hex E0 24 47 0 54 44 C 15D 4B 33
Octal 340 44 107 0 124 104 14 535 113 63
Binary 11100000 100100 1000111 0 1010100 1000100 1100 101011101 1001011 110011

Color Harmonies of #E02447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02447

Black with #E02447

Text Example


Text Example

White with #E02447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02447; }

 p { color: rgb(224,36,71); }

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

background-color css

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

 a { background-color: rgb(224,36,71); }

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

border-color css

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

 span { border-color: rgb(224,36,71); }

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