Html Css Color HEX #E1284C Amaranth

📋 copy color: '#E1284C'

red 225 ◦ green 40 ◦ blue 76

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

Shades of Amaranth #E1284C

Tints of Amaranth #E1284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 65.98%
G = 11.73%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1284C (or 0xE1284C) is known color: Amaranth. HEX triplet: E1, 28 and 4C. RGB value is (225,40,76). Sum of RGB (Red+Green+Blue) = 225+40+76=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E1284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E1284C is #1ED7B3. Grayscale: #636363. Windows color (decimal): -2021300 or 4991201. OLE color: 4991201.

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

Color convert

RGB 225 40 76 -
CMYK 0 0.82 0.66 0.12
HSL 348.32º 0.76% 0.52% -
HSV(B) 348.32º 0.82% 0.88% -
XYZ 33.11 18.05 8.58 -
YUV 99.42 114.79 217.57 -
System Red Green Blue C M Y K H S L
Decimal 225 40 76 0 0.82 0.66 0.12 348.32 0.76 0.52
Hex E1 28 4C 0 52 42 C 15C 4C 34
Octal 341 50 114 0 122 102 14 534 114 64
Binary 11100001 101000 1001100 0 1010010 1000010 1100 101011100 1001100 110100

Color Harmonies of #E1284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1284C

Black with #E1284C

Text Example


Text Example

White with #E1284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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