Html Css Color HEX #E6444A Amaranth

📋 copy color: '#E6444A'

red 230 ◦ green 68 ◦ blue 74

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

Shades of Amaranth #E6444A

Tints of Amaranth #E6444A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

 BLUE value IS 74 (29.3% from 255) = 19.89%

R = 61.83%
G = 18.28%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6444A (or 0xE6444A) is known color: Amaranth. HEX triplet: E6, 44 and 4A. RGB value is (230,68,74). Sum of RGB (Red+Green+Blue) = 230+68+74=372 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.83% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 74 (29.30% from 255 or 19.89% from 372); Max value from RGB is 230 - color contains mainly: red. Hex color #E6444A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6444A is #19BBB5. Grayscale: #757575. Windows color (decimal): -1686454 or 4867302. OLE color: 4867302.

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

Color convert

RGB 230 68 74 -
CMYK 0 0.70 0.68 0.10
HSL 357.78º 0.76% 0.58% -
HSV(B) 357.78º 0.7% 0.9% -
XYZ 35.94 21.45 8.73 -
YUV 117.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 230 68 74 0 0.70 0.68 0.10 357.78 0.76 0.58
Hex E6 44 4A 0 46 44 A 166 4C 3A
Octal 346 104 112 0 106 104 12 546 114 72
Binary 11100110 1000100 1001010 0 1000110 1000100 1010 101100110 1001100 111010

Color Harmonies of #E6444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6444A

Black with #E6444A

Text Example


Text Example

White with #E6444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6444A; }

 p { color: rgb(230,68,74); }

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

background-color css

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

 a { background-color: rgb(230,68,74); }

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

border-color css

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

 span { border-color: rgb(230,68,74); }

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