Html Css Color HEX #E12854 Amaranth

📋 copy color: '#E12854'

red 225 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #E12854

Tints of Amaranth #E12854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.46%

 BLUE value IS 84 (33.2% from 255) = 24.07%

R = 64.47%
G = 11.46%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E12854 (or 0xE12854) is known color: Amaranth. HEX triplet: E1, 28 and 54. RGB value is (225,40,84). Sum of RGB (Red+Green+Blue) = 225+40+84=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E12854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12854 is #1ED7AB. Grayscale: #646464. Windows color (decimal): -2021292 or 5515489. OLE color: 5515489.

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

Color convert

RGB 225 40 84 -
CMYK 0 0.82 0.63 0.12
HSL 345.73º 0.76% 0.52% -
HSV(B) 345.73º 0.82% 0.88% -
XYZ 33.41 18.17 10.13 -
YUV 100.33 118.79 216.92 -
System Red Green Blue C M Y K H S L
Decimal 225 40 84 0 0.82 0.63 0.12 345.73 0.76 0.52
Hex E1 28 54 0 52 3F C 15A 4C 34
Octal 341 50 124 0 122 77 14 532 114 64
Binary 11100001 101000 1010100 0 1010010 111111 1100 101011010 1001100 110100

Color Harmonies of #E12854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12854

Black with #E12854

Text Example


Text Example

White with #E12854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12854; }

 p { color: rgb(225,40,84); }

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

background-color css

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

 a { background-color: rgb(225,40,84); }

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

border-color css

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

 span { border-color: rgb(225,40,84); }

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