Html Css Color HEX #E44144 Amaranth

📋 copy color: '#E44144'

red 228 ◦ green 65 ◦ blue 68

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

Shades of Amaranth #E44144

Tints of Amaranth #E44144

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.01%

 BLUE value IS 68 (26.95% from 255) = 18.84%

R = 63.16%
G = 18.01%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E44144 (or 0xE44144) is known color: Amaranth. HEX triplet: E4, 41 and 44. RGB value is (228,65,68). Sum of RGB (Red+Green+Blue) = 228+65+68=361 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.16% from 361); Green value is 65 (25.78% from 255 or 18.01% from 361); Blue value is 68 (26.95% from 255 or 18.84% from 361); Max value from RGB is 228 - color contains mainly: red. Hex color #E44144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E44144 is #1BBEBB. Grayscale: #727272. Windows color (decimal): -1818300 or 4473316. OLE color: 4473316.

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

Color convert

RGB 228 65 68 -
CMYK 0 0.71 0.70 0.11
HSL 358.9º 0.75% 0.57% -
HSV(B) 358.9º 0.71% 0.89% -
XYZ 34.93 20.69 7.62 -
YUV 114.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 228 65 68 0 0.71 0.70 0.11 358.9 0.75 0.57
Hex E4 41 44 0 47 46 B 167 4B 39
Octal 344 101 104 0 107 106 13 547 113 71
Binary 11100100 1000001 1000100 0 1000111 1000110 1011 101100111 1001011 111001

Color Harmonies of #E44144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44144

Black with #E44144

Text Example


Text Example

White with #E44144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44144; }

 p { color: rgb(228,65,68); }

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

background-color css

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

 a { background-color: rgb(228,65,68); }

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

border-color css

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

 span { border-color: rgb(228,65,68); }

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