Html Css Color HEX #E43047 Amaranth

📋 copy color: '#E43047'

red 228 ◦ green 48 ◦ blue 71

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

Shades of Amaranth #E43047

Tints of Amaranth #E43047

RGB

 RED value IS 228 (89.45% from 255) = 65.71%

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 65.71%
G = 13.83%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#E43047 (or 0xE43047) is known color: Amaranth. HEX triplet: E4, 30 and 47. RGB value is (228,48,71). Sum of RGB (Red+Green+Blue) = 228+48+71=347 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.71% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 71 (28.12% from 255 or 20.46% from 347); Max value from RGB is 228 - color contains mainly: red. Hex color #E43047 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43047 is #1BCFB8. Grayscale: #686868. Windows color (decimal): -1822649 or 4665572. OLE color: 4665572.

HSL color Cylindrical-coordinate representation of color #E43047: hue angle of 352.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E43047 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 48 71 -
CMYK 0 0.79 0.69 0.11
HSL 352.33º 0.77% 0.54% -
HSV(B) 352.33º 0.79% 0.89% -
XYZ 34.19 19.06 7.84 -
YUV 104.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 228 48 71 0 0.79 0.69 0.11 352.33 0.77 0.54
Hex E4 30 47 0 4F 45 B 160 4D 36
Octal 344 60 107 0 117 105 13 540 115 66
Binary 11100100 110000 1000111 0 1001111 1000101 1011 101100000 1001101 110110

Color Harmonies of #E43047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43047

Black with #E43047

Text Example


Text Example

White with #E43047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43047; }

 p { color: rgb(228,48,71); }

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

background-color css

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

 a { background-color: rgb(228,48,71); }

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

border-color css

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

 span { border-color: rgb(228,48,71); }

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