Html Css Color HEX #E7255A Amaranth

📋 copy color: '#E7255A'

red 231 ◦ green 37 ◦ blue 90

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

Shades of Amaranth #E7255A

Tints of Amaranth #E7255A

RGB

 RED value IS 231 (90.63% from 255) = 64.53%

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

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

R = 64.53%
G = 10.34%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7255A (or 0xE7255A) is known color: Amaranth. HEX triplet: E7, 25 and 5A. RGB value is (231,37,90). Sum of RGB (Red+Green+Blue) = 231+37+90=358 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.53% from 358); Green value is 37 (14.84% from 255 or 10.34% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 231 - color contains mainly: red. Hex color #E7255A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7255A is #18DAA5. Grayscale: #656565. Windows color (decimal): -1628838 or 5907943. OLE color: 5907943.

HSL color Cylindrical-coordinate representation of color #E7255A: hue angle of 343.61º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7255A is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 37 90 -
CMYK 0 0.84 0.61 0.09
HSL 343.61º 0.8% 0.53% -
HSV(B) 343.61º 0.84% 0.91% -
XYZ 35.46 19.05 11.48 -
YUV 101.05 121.77 220.69 -
System Red Green Blue C M Y K H S L
Decimal 231 37 90 0 0.84 0.61 0.09 343.61 0.8 0.53
Hex E7 25 5A 0 54 3D 9 158 50 35
Octal 347 45 132 0 124 75 11 530 120 65
Binary 11100111 100101 1011010 0 1010100 111101 1001 101011000 1010000 110101

Color Harmonies of #E7255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7255A

Black with #E7255A

Text Example


Text Example

White with #E7255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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