Html Css Color HEX #E64748 Amaranth

📋 copy color: '#E64748'

red 230 ◦ green 71 ◦ blue 72

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

Shades of Amaranth #E64748

Tints of Amaranth #E64748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.03%

 BLUE value IS 72 (28.52% from 255) = 19.3%

R = 61.66%
G = 19.03%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E64748 (or 0xE64748) is known color: Amaranth. HEX triplet: E6, 47 and 48. RGB value is (230,71,72). Sum of RGB (Red+Green+Blue) = 230+71+72=373 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.66% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 230 - color contains mainly: red. Hex color #E64748 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E64748 is #19B8B7. Grayscale: #767676. Windows color (decimal): -1685688 or 4736998. OLE color: 4736998.

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

Color convert

RGB 230 71 72 -
CMYK 0 0.69 0.69 0.10
HSL 359.62º 0.76% 0.59% -
HSV(B) 359.62º 0.69% 0.9% -
XYZ 36.06 21.8 8.44 -
YUV 118.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 230 71 72 0 0.69 0.69 0.10 359.62 0.76 0.59
Hex E6 47 48 0 45 45 A 168 4C 3B
Octal 346 107 110 0 105 105 12 550 114 73
Binary 11100110 1000111 1001000 0 1000101 1000101 1010 101101000 1001100 111011

Color Harmonies of #E64748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64748

Black with #E64748

Text Example


Text Example

White with #E64748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64748; }

 p { color: rgb(230,71,72); }

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

background-color css

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

 a { background-color: rgb(230,71,72); }

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

border-color css

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

 span { border-color: rgb(230,71,72); }

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