Html Css Color HEX #E74055 Amaranth

📋 copy color: '#E74055'

red 231 ◦ green 64 ◦ blue 85

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

Shades of Amaranth #E74055

Tints of Amaranth #E74055

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 60.79%
G = 16.84%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E74055 (or 0xE74055) is known color: Amaranth. HEX triplet: E7, 40 and 55. RGB value is (231,64,85). Sum of RGB (Red+Green+Blue) = 231+64+85=380 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.79% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 231 - color contains mainly: red. Hex color #E74055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74055 is #18BFAA. Grayscale: #747474. Windows color (decimal): -1621931 or 5587175. OLE color: 5587175.

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

Color convert

RGB 231 64 85 -
CMYK 0 0.72 0.63 0.09
HSL 352.46º 0.78% 0.58% -
HSV(B) 352.46º 0.72% 0.91% -
XYZ 36.43 21.31 10.79 -
YUV 116.33 110.33 209.79 -
System Red Green Blue C M Y K H S L
Decimal 231 64 85 0 0.72 0.63 0.09 352.46 0.78 0.58
Hex E7 40 55 0 48 3F 9 160 4E 3A
Octal 347 100 125 0 110 77 11 540 116 72
Binary 11100111 1000000 1010101 0 1001000 111111 1001 101100000 1001110 111010

Color Harmonies of #E74055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74055

Black with #E74055

Text Example


Text Example

White with #E74055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74055; }

 p { color: rgb(231,64,85); }

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

background-color css

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

 a { background-color: rgb(231,64,85); }

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

border-color css

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

 span { border-color: rgb(231,64,85); }

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