Html Css Color HEX #E13644 Amaranth

📋 copy color: '#E13644'

red 225 ◦ green 54 ◦ blue 68

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

Shades of Amaranth #E13644

Tints of Amaranth #E13644

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

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

R = 64.84%
G = 15.56%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E13644 (or 0xE13644) is known color: Amaranth. HEX triplet: E1, 36 and 44. RGB value is (225,54,68). Sum of RGB (Red+Green+Blue) = 225+54+68=347 (45% of max value = 765). Red value is 225 (88.28% from 255 or 64.84% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 225 - color contains mainly: red. Hex color #E13644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13644 is #1EC9BB. Grayscale: #6A6A6A. Windows color (decimal): -2017724 or 4470497. OLE color: 4470497.

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

Color convert

RGB 225 54 68 -
CMYK 0 0.76 0.70 0.12
HSL 355.09º 0.74% 0.55% -
HSV(B) 355.09º 0.76% 0.88% -
XYZ 33.41 19.06 7.39 -
YUV 106.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 225 54 68 0 0.76 0.70 0.12 355.09 0.74 0.55
Hex E1 36 44 0 4C 46 C 163 4A 37
Octal 341 66 104 0 114 106 14 543 112 67
Binary 11100001 110110 1000100 0 1001100 1000110 1100 101100011 1001010 110111

Color Harmonies of #E13644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13644

Black with #E13644

Text Example


Text Example

White with #E13644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13644; }

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

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

background-color css

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

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

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

border-color css

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

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

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