Html Css Color HEX #E6294D Amaranth

📋 copy color: '#E6294D'

red 230 ◦ green 41 ◦ blue 77

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

Shades of Amaranth #E6294D

Tints of Amaranth #E6294D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 66.09%
G = 11.78%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6294D (or 0xE6294D) is known color: Amaranth. HEX triplet: E6, 29 and 4D. RGB value is (230,41,77). Sum of RGB (Red+Green+Blue) = 230+41+77=348 (46% of max value = 765). Red value is 230 (90.23% from 255 or 66.09% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 77 (30.47% from 255 or 22.13% from 348); Max value from RGB is 230 - color contains mainly: red. Hex color #E6294D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6294D is #19D6B2. Grayscale: #656565. Windows color (decimal): -1693363 or 5056998. OLE color: 5056998.

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

Color convert

RGB 230 41 77 -
CMYK 0 0.82 0.67 0.10
HSL 348.57º 0.79% 0.53% -
HSV(B) 348.57º 0.82% 0.9% -
XYZ 34.77 18.94 8.85 -
YUV 101.62 114.12 219.57 -
System Red Green Blue C M Y K H S L
Decimal 230 41 77 0 0.82 0.67 0.10 348.57 0.79 0.53
Hex E6 29 4D 0 52 43 A 15D 4F 35
Octal 346 51 115 0 122 103 12 535 117 65
Binary 11100110 101001 1001101 0 1010010 1000011 1010 101011101 1001111 110101

Color Harmonies of #E6294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6294D

Black with #E6294D

Text Example


Text Example

White with #E6294D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6294D; }

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

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

background-color css

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

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

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

border-color css

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

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

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