Html Css Color HEX #E1285A Amaranth

📋 copy color: '#E1285A'

red 225 ◦ green 40 ◦ blue 90

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

Shades of Amaranth #E1285A

Tints of Amaranth #E1285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.35%

R = 63.38%
G = 11.27%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1285A (or 0xE1285A) is known color: Amaranth. HEX triplet: E1, 28 and 5A. RGB value is (225,40,90). Sum of RGB (Red+Green+Blue) = 225+40+90=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 40 (16.02% from 255 or 11.27% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E1285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1285A is #1ED7A5. Grayscale: #656565. Windows color (decimal): -2021286 or 5908705. OLE color: 5908705.

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

Color convert

RGB 225 40 90 -
CMYK 0 0.82 0.60 0.12
HSL 343.78º 0.76% 0.52% -
HSV(B) 343.78º 0.82% 0.88% -
XYZ 33.66 18.26 11.42 -
YUV 101.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 225 40 90 0 0.82 0.60 0.12 343.78 0.76 0.52
Hex E1 28 5A 0 52 3C C 158 4C 34
Octal 341 50 132 0 122 74 14 530 114 64
Binary 11100001 101000 1011010 0 1010010 111100 1100 101011000 1001100 110100

Color Harmonies of #E1285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1285A

Black with #E1285A

Text Example


Text Example

White with #E1285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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