Html Css Color HEX #E6454D Amaranth

📋 copy color: '#E6454D'

red 230 ◦ green 69 ◦ blue 77

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

Shades of Amaranth #E6454D

Tints of Amaranth #E6454D

RGB

 RED value IS 230 (90.23% from 255) = 61.17%

 GREEN value IS 69 (27.34% from 255) = 18.35%

 BLUE value IS 77 (30.47% from 255) = 20.48%

R = 61.17%
G = 18.35%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6454D (or 0xE6454D) is known color: Amaranth. HEX triplet: E6, 45 and 4D. RGB value is (230,69,77). Sum of RGB (Red+Green+Blue) = 230+69+77=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 77 (30.47% from 255 or 20.48% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E6454D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6454D is #19BAB2. Grayscale: #767676. Windows color (decimal): -1686195 or 5064166. OLE color: 5064166.

HSL color Cylindrical-coordinate representation of color #E6454D: hue angle of 357.02º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6454D is Cyan = 0, Magento = 0.7, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 69 77 -
CMYK 0 0.7 0.67 0.10
HSL 357.02º 0.76% 0.59% -
HSV(B) 357.02º 0.7% 0.9% -
XYZ 36.1 21.62 9.29 -
YUV 118.05 104.84 207.85 -
System Red Green Blue C M Y K H S L
Decimal 230 69 77 0 0.7 0.67 0.10 357.02 0.76 0.59
Hex E6 45 4D 0 46 43 A 165 4C 3B
Octal 346 105 115 0 106 103 12 545 114 73
Binary 11100110 1000101 1001101 0 1000110 1000011 1010 101100101 1001100 111011

Color Harmonies of #E6454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6454D

Black with #E6454D

Text Example


Text Example

White with #E6454D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6454D; }

 p { color: rgb(230,69,77); }

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

background-color css

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

 a { background-color: rgb(230,69,77); }

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

border-color css

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

 span { border-color: rgb(230,69,77); }

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