Html Css Color HEX #E44152 Amaranth

📋 copy color: '#E44152'

red 228 ◦ green 65 ◦ blue 82

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

Shades of Amaranth #E44152

Tints of Amaranth #E44152

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 60.8%
G = 17.33%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E44152 (or 0xE44152) is known color: Amaranth. HEX triplet: E4, 41 and 52. RGB value is (228,65,82). Sum of RGB (Red+Green+Blue) = 228+65+82=375 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.8% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 228 - color contains mainly: red. Hex color #E44152 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44152 is #1BBEAD. Grayscale: #737373. Windows color (decimal): -1818286 or 5390820. OLE color: 5390820.

HSL color Cylindrical-coordinate representation of color #E44152: hue angle of 353.74º 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 #E44152 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 65 82 -
CMYK 0 0.71 0.64 0.11
HSL 353.74º 0.75% 0.57% -
HSV(B) 353.74º 0.71% 0.89% -
XYZ 35.41 20.88 10.15 -
YUV 115.68 109 208.12 -
System Red Green Blue C M Y K H S L
Decimal 228 65 82 0 0.71 0.64 0.11 353.74 0.75 0.57
Hex E4 41 52 0 47 40 B 162 4B 39
Octal 344 101 122 0 107 100 13 542 113 71
Binary 11100100 1000001 1010010 0 1000111 1000000 1011 101100010 1001011 111001

Color Harmonies of #E44152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44152

Black with #E44152

Text Example


Text Example

White with #E44152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44152; }

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

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

background-color css

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

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

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

border-color css

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

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

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