Html Css Color HEX #E44550 Amaranth

📋 copy color: '#E44550'

red 228 ◦ green 69 ◦ blue 80

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

Shades of Amaranth #E44550

Tints of Amaranth #E44550

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

 BLUE value IS 80 (31.64% from 255) = 21.22%

R = 60.48%
G = 18.3%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E44550 (or 0xE44550) is known color: Amaranth. HEX triplet: E4, 45 and 50. RGB value is (228,69,80). Sum of RGB (Red+Green+Blue) = 228+69+80=377 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.48% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 80 (31.64% from 255 or 21.22% from 377); Max value from RGB is 228 - color contains mainly: red. Hex color #E44550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44550 is #1BBAAF. Grayscale: #757575. Windows color (decimal): -1817264 or 5260772. OLE color: 5260772.

HSL color Cylindrical-coordinate representation of color #E44550: hue angle of 355.85º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E44550 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 69 80 -
CMYK 0 0.70 0.65 0.11
HSL 355.85º 0.75% 0.58% -
HSV(B) 355.85º 0.7% 0.89% -
XYZ 35.57 21.33 9.83 -
YUV 117.8 106.68 206.61 -
System Red Green Blue C M Y K H S L
Decimal 228 69 80 0 0.70 0.65 0.11 355.85 0.75 0.58
Hex E4 45 50 0 46 41 B 164 4B 3A
Octal 344 105 120 0 106 101 13 544 113 72
Binary 11100100 1000101 1010000 0 1000110 1000001 1011 101100100 1001011 111010

Color Harmonies of #E44550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44550

Black with #E44550

Text Example


Text Example

White with #E44550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44550; }

 p { color: rgb(228,69,80); }

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

background-color css

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

 a { background-color: rgb(228,69,80); }

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

border-color css

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

 span { border-color: rgb(228,69,80); }

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