Html Css Color HEX #E64149 Amaranth

📋 copy color: '#E64149'

red 230 ◦ green 65 ◦ blue 73

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

Shades of Amaranth #E64149

Tints of Amaranth #E64149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.84%

R = 62.5%
G = 17.66%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E64149 (or 0xE64149) is known color: Amaranth. HEX triplet: E6, 41 and 49. RGB value is (230,65,73). Sum of RGB (Red+Green+Blue) = 230+65+73=368 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.5% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 73 (28.91% from 255 or 19.84% from 368); Max value from RGB is 230 - color contains mainly: red. Hex color #E64149 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64149 is #19BEB6. Grayscale: #737373. Windows color (decimal): -1687223 or 4800998. OLE color: 4800998.

HSL color Cylindrical-coordinate representation of color #E64149: hue angle of 357.09º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E64149 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 65 73 -
CMYK 0 0.72 0.68 0.10
HSL 357.09º 0.77% 0.58% -
HSV(B) 357.09º 0.72% 0.9% -
XYZ 35.73 21.08 8.49 -
YUV 115.25 104.16 209.85 -
System Red Green Blue C M Y K H S L
Decimal 230 65 73 0 0.72 0.68 0.10 357.09 0.77 0.58
Hex E6 41 49 0 48 44 A 165 4D 3A
Octal 346 101 111 0 110 104 12 545 115 72
Binary 11100110 1000001 1001001 0 1001000 1000100 1010 101100101 1001101 111010

Color Harmonies of #E64149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64149

Black with #E64149

Text Example


Text Example

White with #E64149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64149; }

 p { color: rgb(230,65,73); }

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

background-color css

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

 a { background-color: rgb(230,65,73); }

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

border-color css

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

 span { border-color: rgb(230,65,73); }

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