Html Css Color HEX #E13645 Amaranth

📋 copy color: '#E13645'

red 225 ◦ green 54 ◦ blue 69

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

Shades of Amaranth #E13645

Tints of Amaranth #E13645

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.83%

R = 64.66%
G = 15.52%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E13645 (or 0xE13645) is known color: Amaranth. HEX triplet: E1, 36 and 45. RGB value is (225,54,69). Sum of RGB (Red+Green+Blue) = 225+54+69=348 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.66% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 225 - color contains mainly: red. Hex color #E13645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E13645 is #1EC9BA. Grayscale: #6A6A6A. Windows color (decimal): -2017723 or 4536033. OLE color: 4536033.

HSL color Cylindrical-coordinate representation of color #E13645: hue angle of 354.74º 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 #E13645 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 54 69 -
CMYK 0 0.76 0.69 0.12
HSL 354.74º 0.74% 0.55% -
HSV(B) 354.74º 0.76% 0.88% -
XYZ 33.44 19.08 7.55 -
YUV 106.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 225 54 69 0 0.76 0.69 0.12 354.74 0.74 0.55
Hex E1 36 45 0 4C 45 C 163 4A 37
Octal 341 66 105 0 114 105 14 543 112 67
Binary 11100001 110110 1000101 0 1001100 1000101 1100 101100011 1001010 110111

Color Harmonies of #E13645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13645

Black with #E13645

Text Example


Text Example

White with #E13645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13645; }

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

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

background-color css

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

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

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

border-color css

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

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

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