Html Css Color HEX #E7285C Amaranth

📋 copy color: '#E7285C'

red 231 ◦ green 40 ◦ blue 92

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

Shades of Amaranth #E7285C

Tints of Amaranth #E7285C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.34%

R = 63.64%
G = 11.02%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#E7285C (or 0xE7285C) is known color: Amaranth. HEX triplet: E7, 28 and 5C. RGB value is (231,40,92). Sum of RGB (Red+Green+Blue) = 231+40+92=363 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.64% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 231 - color contains mainly: red. Hex color #E7285C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7285C is #18D7A3. Grayscale: #676767. Windows color (decimal): -1628068 or 6039783. OLE color: 6039783.

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

Color convert

RGB 231 40 92 -
CMYK 0 0.83 0.60 0.09
HSL 343.66º 0.8% 0.53% -
HSV(B) 343.66º 0.83% 0.91% -
XYZ 35.65 19.28 11.97 -
YUV 103.04 121.78 219.27 -
System Red Green Blue C M Y K H S L
Decimal 231 40 92 0 0.83 0.60 0.09 343.66 0.8 0.53
Hex E7 28 5C 0 53 3C 9 158 50 35
Octal 347 50 134 0 123 74 11 530 120 65
Binary 11100111 101000 1011100 0 1010011 111100 1001 101011000 1010000 110101

Color Harmonies of #E7285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7285C

Black with #E7285C

Text Example


Text Example

White with #E7285C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7285C; }

 p { color: rgb(231,40,92); }

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

background-color css

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

 a { background-color: rgb(231,40,92); }

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

border-color css

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

 span { border-color: rgb(231,40,92); }

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