Html Css Color HEX #E7385A Amaranth

📋 copy color: '#E7385A'

red 231 ◦ green 56 ◦ blue 90

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

Shades of Amaranth #E7385A

Tints of Amaranth #E7385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

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

R = 61.27%
G = 14.85%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#E7385A (or 0xE7385A) is known color: Amaranth. HEX triplet: E7, 38 and 5A. RGB value is (231,56,90). Sum of RGB (Red+Green+Blue) = 231+56+90=377 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.27% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 231 - color contains mainly: red. Hex color #E7385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E7385A is #18C7A5. Grayscale: #707070. Windows color (decimal): -1623974 or 5912807. OLE color: 5912807.

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

Color convert

RGB 231 56 90 -
CMYK 0 0.76 0.61 0.09
HSL 348.34º 0.78% 0.56% -
HSV(B) 348.34º 0.76% 0.91% -
XYZ 36.21 20.56 11.73 -
YUV 112.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 231 56 90 0 0.76 0.61 0.09 348.34 0.78 0.56
Hex E7 38 5A 0 4C 3D 9 15C 4E 38
Octal 347 70 132 0 114 75 11 534 116 70
Binary 11100111 111000 1011010 0 1001100 111101 1001 101011100 1001110 111000

Color Harmonies of #E7385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7385A

Black with #E7385A

Text Example


Text Example

White with #E7385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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