Html Css Color HEX #E12948 Amaranth

📋 copy color: '#E12948'

red 225 ◦ green 41 ◦ blue 72

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

Shades of Amaranth #E12948

Tints of Amaranth #E12948

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 66.57%
G = 12.13%
B = 21.3%

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

#E12948 (or 0xE12948) is known color: Amaranth. HEX triplet: E1, 29 and 48. RGB value is (225,41,72). Sum of RGB (Red+Green+Blue) = 225+41+72=338 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.57% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 72 (28.52% from 255 or 21.30% from 338); Max value from RGB is 225 - color contains mainly: red. Hex color #E12948 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12948 is #1ED6B7. Grayscale: #636363. Windows color (decimal): -2021048 or 4729313. OLE color: 4729313.

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

Color convert

RGB 225 41 72 -
CMYK 0 0.82 0.68 0.12
HSL 349.89º 0.75% 0.52% -
HSV(B) 349.89º 0.82% 0.88% -
XYZ 33.01 18.06 7.88 -
YUV 99.55 112.46 217.48 -
System Red Green Blue C M Y K H S L
Decimal 225 41 72 0 0.82 0.68 0.12 349.89 0.75 0.52
Hex E1 29 48 0 52 44 C 15E 4B 34
Octal 341 51 110 0 122 104 14 536 113 64
Binary 11100001 101001 1001000 0 1010010 1000100 1100 101011110 1001011 110100

Color Harmonies of #E12948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12948

Black with #E12948

Text Example


Text Example

White with #E12948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12948; }

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

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

background-color css

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

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

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

border-color css

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

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

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