Html Css Color HEX #E64150 Amaranth

📋 copy color: '#E64150'

red 230 ◦ green 65 ◦ blue 80

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

Shades of Amaranth #E64150

Tints of Amaranth #E64150

RGB

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

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

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

R = 61.33%
G = 17.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.10

RGB Variations

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

Color information

#E64150 (or 0xE64150) is known color: Amaranth. HEX triplet: E6, 41 and 50. RGB value is (230,65,80). Sum of RGB (Red+Green+Blue) = 230+65+80=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 80 (31.64% from 255 or 21.33% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E64150 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64150 is #19BEAF. Grayscale: #747474. Windows color (decimal): -1687216 or 5259750. OLE color: 5259750.

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

Color convert

RGB 230 65 80 -
CMYK 0 0.72 0.65 0.10
HSL 354.55º 0.77% 0.58% -
HSV(B) 354.55º 0.72% 0.9% -
XYZ 35.97 21.18 9.78 -
YUV 116.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 230 65 80 0 0.72 0.65 0.10 354.55 0.77 0.58
Hex E6 41 50 0 48 41 A 163 4D 3A
Octal 346 101 120 0 110 101 12 543 115 72
Binary 11100110 1000001 1010000 0 1001000 1000001 1010 101100011 1001101 111010

Color Harmonies of #E64150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64150

Black with #E64150

Text Example


Text Example

White with #E64150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64150; }

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

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

background-color css

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

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

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

border-color css

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

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

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