Html Css Color HEX #E74450 Amaranth

📋 copy color: '#E74450'

red 231 ◦ green 68 ◦ blue 80

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

Shades of Amaranth #E74450

Tints of Amaranth #E74450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.94%

 BLUE value IS 80 (31.64% from 255) = 21.11%

R = 60.95%
G = 17.94%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E74450 (or 0xE74450) is known color: Amaranth. HEX triplet: E7, 44 and 50. RGB value is (231,68,80). Sum of RGB (Red+Green+Blue) = 231+68+80=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E74450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74450 is #18BBAF. Grayscale: #767676. Windows color (decimal): -1620912 or 5260519. OLE color: 5260519.

HSL color Cylindrical-coordinate representation of color #E74450: hue angle of 355.58º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74450 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 80 -
CMYK 0 0.71 0.65 0.09
HSL 355.58º 0.77% 0.59% -
HSV(B) 355.58º 0.71% 0.91% -
XYZ 36.47 21.7 9.86 -
YUV 118.11 106.5 208.52 -
System Red Green Blue C M Y K H S L
Decimal 231 68 80 0 0.71 0.65 0.09 355.58 0.77 0.59
Hex E7 44 50 0 47 41 9 164 4D 3B
Octal 347 104 120 0 107 101 11 544 115 73
Binary 11100111 1000100 1010000 0 1000111 1000001 1001 101100100 1001101 111011

Color Harmonies of #E74450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74450

Black with #E74450

Text Example


Text Example

White with #E74450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74450; }

 p { color: rgb(231,68,80); }

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

background-color css

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

 a { background-color: rgb(231,68,80); }

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

border-color css

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

 span { border-color: rgb(231,68,80); }

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