Html Css Color HEX #E12D4F Amaranth

📋 copy color: '#E12D4F'

red 225 ◦ green 45 ◦ blue 79

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

Shades of Amaranth #E12D4F

Tints of Amaranth #E12D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.89%

 BLUE value IS 79 (31.25% from 255) = 22.64%

R = 64.47%
G = 12.89%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E12D4F (or 0xE12D4F) is known color: Amaranth. HEX triplet: E1, 2D and 4F. RGB value is (225,45,79). Sum of RGB (Red+Green+Blue) = 225+45+79=349 (46% of max value = 765). Red value is 225 (88.28% from 255 or 64.47% from 349); Green value is 45 (17.97% from 255 or 12.89% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12D4F is #1ED2B0. Grayscale: #666666. Windows color (decimal): -2020017 or 5189089. OLE color: 5189089.

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

Color convert

RGB 225 45 79 -
CMYK 0 0.8 0.65 0.12
HSL 348.67º 0.75% 0.53% -
HSV(B) 348.67º 0.8% 0.88% -
XYZ 33.4 18.45 9.2 -
YUV 102.7 114.63 215.24 -
System Red Green Blue C M Y K H S L
Decimal 225 45 79 0 0.8 0.65 0.12 348.67 0.75 0.53
Hex E1 2D 4F 0 50 41 C 15D 4B 35
Octal 341 55 117 0 120 101 14 535 113 65
Binary 11100001 101101 1001111 0 1010000 1000001 1100 101011101 1001011 110101

Color Harmonies of #E12D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D4F

Black with #E12D4F

Text Example


Text Example

White with #E12D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D4F; }

 p { color: rgb(225,45,79); }

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

background-color css

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

 a { background-color: rgb(225,45,79); }

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

border-color css

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

 span { border-color: rgb(225,45,79); }

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