Html Css Color HEX #E1255A Amaranth

📋 copy color: '#E1255A'

red 225 ◦ green 37 ◦ blue 90

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

Shades of Amaranth #E1255A

Tints of Amaranth #E1255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.51%

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

R = 63.92%
G = 10.51%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.12

RGB Variations

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

Color information

#E1255A (or 0xE1255A) is known color: Amaranth. HEX triplet: E1, 25 and 5A. RGB value is (225,37,90). Sum of RGB (Red+Green+Blue) = 225+37+90=352 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.92% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 225 - color contains mainly: red. Hex color #E1255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E1255A is #1EDAA5. Grayscale: #636363. Windows color (decimal): -2022054 or 5907937. OLE color: 5907937.

HSL color Cylindrical-coordinate representation of color #E1255A: hue angle of 343.09º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1255A is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 37 90 -
CMYK 0 0.84 0.60 0.12
HSL 343.09º 0.76% 0.51% -
HSV(B) 343.09º 0.84% 0.88% -
XYZ 33.56 18.07 11.39 -
YUV 99.25 122.78 217.69 -
System Red Green Blue C M Y K H S L
Decimal 225 37 90 0 0.84 0.60 0.12 343.09 0.76 0.51
Hex E1 25 5A 0 54 3C C 157 4C 33
Octal 341 45 132 0 124 74 14 527 114 63
Binary 11100001 100101 1011010 0 1010100 111100 1100 101010111 1001100 110011

Color Harmonies of #E1255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1255A

Black with #E1255A

Text Example


Text Example

White with #E1255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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