Html Css Color HEX #E13751 Amaranth

📋 copy color: '#E13751'

red 225 ◦ green 55 ◦ blue 81

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

Shades of Amaranth #E13751

Tints of Amaranth #E13751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 81 (32.03% from 255) = 22.44%

R = 62.33%
G = 15.24%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E13751 (or 0xE13751) is known color: Amaranth. HEX triplet: E1, 37 and 51. RGB value is (225,55,81). Sum of RGB (Red+Green+Blue) = 225+55+81=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 81 (32.03% from 255 or 22.44% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E13751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E13751 is #1EC8AE. Grayscale: #6C6C6C. Windows color (decimal): -2017455 or 5322721. OLE color: 5322721.

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

Color convert

RGB 225 55 81 -
CMYK 0 0.76 0.64 0.12
HSL 350.82º 0.74% 0.55% -
HSV(B) 350.82º 0.76% 0.88% -
XYZ 33.9 19.33 9.73 -
YUV 108.79 112.32 210.89 -
System Red Green Blue C M Y K H S L
Decimal 225 55 81 0 0.76 0.64 0.12 350.82 0.74 0.55
Hex E1 37 51 0 4C 40 C 15F 4A 37
Octal 341 67 121 0 114 100 14 537 112 67
Binary 11100001 110111 1010001 0 1001100 1000000 1100 101011111 1001010 110111

Color Harmonies of #E13751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E13751

Black with #E13751

Text Example


Text Example

White with #E13751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E13751; }

 p { color: rgb(225,55,81); }

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

background-color css

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

 a { background-color: rgb(225,55,81); }

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

border-color css

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

 span { border-color: rgb(225,55,81); }

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