Html Css Color HEX #E74158 Amaranth

📋 copy color: '#E74158'

red 231 ◦ green 65 ◦ blue 88

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

Shades of Amaranth #E74158

Tints of Amaranth #E74158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 88 (34.77% from 255) = 22.92%

R = 60.16%
G = 16.93%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#E74158 (or 0xE74158) is known color: Amaranth. HEX triplet: E7, 41 and 58. RGB value is (231,65,88). Sum of RGB (Red+Green+Blue) = 231+65+88=384 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.16% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 231 - color contains mainly: red. Hex color #E74158 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74158 is #18BEA7. Grayscale: #757575. Windows color (decimal): -1621672 or 5784039. OLE color: 5784039.

HSL color Cylindrical-coordinate representation of color #E74158: hue angle of 351.69º 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 #E74158 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 65 88 -
CMYK 0 0.72 0.62 0.09
HSL 351.69º 0.78% 0.58% -
HSV(B) 351.69º 0.72% 0.91% -
XYZ 36.61 21.47 11.45 -
YUV 117.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 231 65 88 0 0.72 0.62 0.09 351.69 0.78 0.58
Hex E7 41 58 0 48 3E 9 160 4E 3A
Octal 347 101 130 0 110 76 11 540 116 72
Binary 11100111 1000001 1011000 0 1001000 111110 1001 101100000 1001110 111010

Color Harmonies of #E74158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74158

Black with #E74158

Text Example


Text Example

White with #E74158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74158; }

 p { color: rgb(231,65,88); }

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

background-color css

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

 a { background-color: rgb(231,65,88); }

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

border-color css

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

 span { border-color: rgb(231,65,88); }

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