Html Css Color HEX #E12850 Amaranth

📋 copy color: '#E12850'

red 225 ◦ green 40 ◦ blue 80

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

Shades of Amaranth #E12850

Tints of Amaranth #E12850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 65.22%
G = 11.59%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E12850 (or 0xE12850) is known color: Amaranth. HEX triplet: E1, 28 and 50. RGB value is (225,40,80). Sum of RGB (Red+Green+Blue) = 225+40+80=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E12850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E12850 is #1ED7AF. Grayscale: #636363. Windows color (decimal): -2021296 or 5253345. OLE color: 5253345.

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

Color convert

RGB 225 40 80 -
CMYK 0 0.82 0.64 0.12
HSL 347.03º 0.76% 0.52% -
HSV(B) 347.03º 0.82% 0.88% -
XYZ 33.26 18.1 9.33 -
YUV 99.88 116.79 217.25 -
System Red Green Blue C M Y K H S L
Decimal 225 40 80 0 0.82 0.64 0.12 347.03 0.76 0.52
Hex E1 28 50 0 52 40 C 15B 4C 34
Octal 341 50 120 0 122 100 14 533 114 64
Binary 11100001 101000 1010000 0 1010010 1000000 1100 101011011 1001100 110100

Color Harmonies of #E12850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12850

Black with #E12850

Text Example


Text Example

White with #E12850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12850; }

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

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

background-color css

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

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

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

border-color css

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

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

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