Html Css Color HEX #E02347 Amaranth

📋 copy color: '#E02347'

red 224 ◦ green 35 ◦ blue 71

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

Shades of Amaranth #E02347

Tints of Amaranth #E02347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.61%

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

R = 67.88%
G = 10.61%
B = 21.52%

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

#E02347 (or 0xE02347) is known color: Amaranth. HEX triplet: E0, 23 and 47. RGB value is (224,35,71). Sum of RGB (Red+Green+Blue) = 224+35+71=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 35 (14.06% from 255 or 10.61% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E02347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02347 is #1FDCB8. Grayscale: #5F5F5F. Windows color (decimal): -2088121 or 4662240. OLE color: 4662240.

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

Color convert

RGB 224 35 71 -
CMYK 0 0.84 0.68 0.12
HSL 348.57º 0.75% 0.51% -
HSV(B) 348.57º 0.84% 0.88% -
XYZ 32.48 17.5 7.63 -
YUV 95.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 224 35 71 0 0.84 0.68 0.12 348.57 0.75 0.51
Hex E0 23 47 0 54 44 C 15D 4B 33
Octal 340 43 107 0 124 104 14 535 113 63
Binary 11100000 100011 1000111 0 1010100 1000100 1100 101011101 1001011 110011

Color Harmonies of #E02347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02347

Black with #E02347

Text Example


Text Example

White with #E02347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02347; }

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

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

background-color css

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

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

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

border-color css

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

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

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