Html Css Color HEX #E12848 Amaranth

📋 copy color: '#E12848'

red 225 ◦ green 40 ◦ blue 72

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

Shades of Amaranth #E12848

Tints of Amaranth #E12848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.36%

R = 66.77%
G = 11.87%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E12848 (or 0xE12848) is known color: Amaranth. HEX triplet: E1, 28 and 48. RGB value is (225,40,72). Sum of RGB (Red+Green+Blue) = 225+40+72=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 40 (16.02% from 255 or 11.87% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E12848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12848 is #1ED7B7. Grayscale: #636363. Windows color (decimal): -2021304 or 4729057. OLE color: 4729057.

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

Color convert

RGB 225 40 72 -
CMYK 0 0.82 0.68 0.12
HSL 349.62º 0.76% 0.52% -
HSV(B) 349.62º 0.82% 0.88% -
XYZ 32.98 17.99 7.87 -
YUV 98.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 225 40 72 0 0.82 0.68 0.12 349.62 0.76 0.52
Hex E1 28 48 0 52 44 C 15E 4C 34
Octal 341 50 110 0 122 104 14 536 114 64
Binary 11100001 101000 1001000 0 1010010 1000100 1100 101011110 1001100 110100

Color Harmonies of #E12848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12848

Black with #E12848

Text Example


Text Example

White with #E12848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12848; }

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

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

background-color css

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

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

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

border-color css

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

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

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