Html Css Color HEX #E64151 Amaranth

📋 copy color: '#E64151'

red 230 ◦ green 65 ◦ blue 81

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

Shades of Amaranth #E64151

Tints of Amaranth #E64151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.54%

R = 61.17%
G = 17.29%
B = 21.54%

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

#E64151 (or 0xE64151) is known color: Amaranth. HEX triplet: E6, 41 and 51. RGB value is (230,65,81). Sum of RGB (Red+Green+Blue) = 230+65+81=376 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.17% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 230 - color contains mainly: red. Hex color #E64151 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E64151 is #19BEAE. Grayscale: #747474. Windows color (decimal): -1687215 or 5325286. OLE color: 5325286.

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

Color convert

RGB 230 65 81 -
CMYK 0 0.72 0.65 0.10
HSL 354.18º 0.77% 0.58% -
HSV(B) 354.18º 0.72% 0.9% -
XYZ 36.01 21.2 9.98 -
YUV 116.16 108.16 209.2 -
System Red Green Blue C M Y K H S L
Decimal 230 65 81 0 0.72 0.65 0.10 354.18 0.77 0.58
Hex E6 41 51 0 48 41 A 162 4D 3A
Octal 346 101 121 0 110 101 12 542 115 72
Binary 11100110 1000001 1010001 0 1001000 1000001 1010 101100010 1001101 111010

Color Harmonies of #E64151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64151

Black with #E64151

Text Example


Text Example

White with #E64151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64151; }

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

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

background-color css

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

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

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

border-color css

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

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

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