Html Css Color HEX #E12D4B Amaranth

📋 copy color: '#E12D4B'

red 225 ◦ green 45 ◦ blue 75

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

Shades of Amaranth #E12D4B

Tints of Amaranth #E12D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 65.22%
G = 13.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E12D4B (or 0xE12D4B) is known color: Amaranth. HEX triplet: E1, 2D and 4B. RGB value is (225,45,75). Sum of RGB (Red+Green+Blue) = 225+45+75=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E12D4B is #1ED2B4. Grayscale: #666666. Windows color (decimal): -2020021 or 4926945. OLE color: 4926945.

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

Color convert

RGB 225 45 75 -
CMYK 0 0.8 0.67 0.12
HSL 350º 0.75% 0.53% -
HSV(B) 350º 0.8% 0.88% -
XYZ 33.26 18.39 8.45 -
YUV 102.24 112.63 215.56 -
System Red Green Blue C M Y K H S L
Decimal 225 45 75 0 0.8 0.67 0.12 350 0.75 0.53
Hex E1 2D 4B 0 50 43 C 15E 4B 35
Octal 341 55 113 0 120 103 14 536 113 65
Binary 11100001 101101 1001011 0 1010000 1000011 1100 101011110 1001011 110101

Color Harmonies of #E12D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12D4B

Black with #E12D4B

Text Example


Text Example

White with #E12D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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