Html Css Color HEX #E13044 Amaranth

📋 copy color: '#E13044'

red 225 ◦ green 48 ◦ blue 68

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

Shades of Amaranth #E13044

Tints of Amaranth #E13044

RGB

 RED value IS 225 (88.28% from 255) = 65.98%

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

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

R = 65.98%
G = 14.08%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E13044 (or 0xE13044) is known color: Amaranth. HEX triplet: E1, 30 and 44. RGB value is (225,48,68). Sum of RGB (Red+Green+Blue) = 225+48+68=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E13044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13044 is #1ECFBB. Grayscale: #676767. Windows color (decimal): -2019260 or 4468961. OLE color: 4468961.

HSL color Cylindrical-coordinate representation of color #E13044: hue angle of 353.22º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E13044 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 48 68 -
CMYK 0 0.79 0.70 0.12
HSL 353.22º 0.75% 0.54% -
HSV(B) 353.22º 0.79% 0.88% -
XYZ 33.15 18.54 7.3 -
YUV 103.2 108.14 214.87 -
System Red Green Blue C M Y K H S L
Decimal 225 48 68 0 0.79 0.70 0.12 353.22 0.75 0.54
Hex E1 30 44 0 4F 46 C 161 4B 36
Octal 341 60 104 0 117 106 14 541 113 66
Binary 11100001 110000 1000100 0 1001111 1000110 1100 101100001 1001011 110110

Color Harmonies of #E13044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13044

Black with #E13044

Text Example


Text Example

White with #E13044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13044; }

 p { color: rgb(225,48,68); }

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

background-color css

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

 a { background-color: rgb(225,48,68); }

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

border-color css

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

 span { border-color: rgb(225,48,68); }

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