Html Css Color HEX #E43248 Amaranth

📋 copy color: '#E43248'

red 228 ◦ green 50 ◦ blue 72

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

Shades of Amaranth #E43248

Tints of Amaranth #E43248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.29%

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

R = 65.14%
G = 14.29%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E43248 (or 0xE43248) is known color: Amaranth. HEX triplet: E4, 32 and 48. RGB value is (228,50,72). Sum of RGB (Red+Green+Blue) = 228+50+72=350 (46% of max value = 765). Red value is 228 (89.45% from 255 or 65.14% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 228 - color contains mainly: red. Hex color #E43248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43248 is #1BCDB7. Grayscale: #696969. Windows color (decimal): -1822136 or 4731620. OLE color: 4731620.

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

Color convert

RGB 228 50 72 -
CMYK 0 0.78 0.68 0.11
HSL 352.58º 0.77% 0.55% -
HSV(B) 352.58º 0.78% 0.89% -
XYZ 34.31 19.24 8.04 -
YUV 105.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 228 50 72 0 0.78 0.68 0.11 352.58 0.77 0.55
Hex E4 32 48 0 4E 44 B 161 4D 37
Octal 344 62 110 0 116 104 13 541 115 67
Binary 11100100 110010 1001000 0 1001110 1000100 1011 101100001 1001101 110111

Color Harmonies of #E43248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43248

Black with #E43248

Text Example


Text Example

White with #E43248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43248; }

 p { color: rgb(228,50,72); }

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

background-color css

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

 a { background-color: rgb(228,50,72); }

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

border-color css

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

 span { border-color: rgb(228,50,72); }

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