Html Css Color HEX #E12B57 Amaranth

📋 copy color: '#E12B57'

red 225 ◦ green 43 ◦ blue 87

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

Shades of Amaranth #E12B57

Tints of Amaranth #E12B57

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

 BLUE value IS 87 (34.38% from 255) = 24.51%

R = 63.38%
G = 12.11%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E12B57 (or 0xE12B57) is known color: Amaranth. HEX triplet: E1, 2B and 57. RGB value is (225,43,87). Sum of RGB (Red+Green+Blue) = 225+43+87=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 87 (34.38% from 255 or 24.51% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E12B57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12B57 is #1ED4A8. Grayscale: #666666. Windows color (decimal): -2020521 or 5712865. OLE color: 5712865.

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

Color convert

RGB 225 43 87 -
CMYK 0 0.81 0.61 0.12
HSL 345.49º 0.75% 0.53% -
HSV(B) 345.49º 0.81% 0.88% -
XYZ 33.64 18.42 10.8 -
YUV 102.43 119.3 215.42 -
System Red Green Blue C M Y K H S L
Decimal 225 43 87 0 0.81 0.61 0.12 345.49 0.75 0.53
Hex E1 2B 57 0 51 3D C 159 4B 35
Octal 341 53 127 0 121 75 14 531 113 65
Binary 11100001 101011 1010111 0 1010001 111101 1100 101011001 1001011 110101

Color Harmonies of #E12B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12B57

Black with #E12B57

Text Example


Text Example

White with #E12B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12B57; }

 p { color: rgb(225,43,87); }

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

background-color css

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

 a { background-color: rgb(225,43,87); }

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

border-color css

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

 span { border-color: rgb(225,43,87); }

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