Html Css Color HEX #E6354E Amaranth

📋 copy color: '#E6354E'

red 230 ◦ green 53 ◦ blue 78

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

Shades of Amaranth #E6354E

Tints of Amaranth #E6354E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.68%

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 63.71%
G = 14.68%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6354E (or 0xE6354E) is known color: Amaranth. HEX triplet: E6, 35 and 4E. RGB value is (230,53,78). Sum of RGB (Red+Green+Blue) = 230+53+78=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 53 (21.09% from 255 or 14.68% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E6354E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6354E is #19CAB1. Grayscale: #6C6C6C. Windows color (decimal): -1690290 or 5125606. OLE color: 5125606.

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

Color convert

RGB 230 53 78 -
CMYK 0 0.77 0.66 0.10
HSL 351.53º 0.78% 0.55% -
HSV(B) 351.53º 0.77% 0.9% -
XYZ 35.28 19.92 9.19 -
YUV 108.77 110.64 214.47 -
System Red Green Blue C M Y K H S L
Decimal 230 53 78 0 0.77 0.66 0.10 351.53 0.78 0.55
Hex E6 35 4E 0 4D 42 A 160 4E 37
Octal 346 65 116 0 115 102 12 540 116 67
Binary 11100110 110101 1001110 0 1001101 1000010 1010 101100000 1001110 110111

Color Harmonies of #E6354E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6354E

Black with #E6354E

Text Example


Text Example

White with #E6354E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6354E; }

 p { color: rgb(230,53,78); }

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

background-color css

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

 a { background-color: rgb(230,53,78); }

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

border-color css

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

 span { border-color: rgb(230,53,78); }

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