Html Css Color HEX #E6204A Amaranth

📋 copy color: '#E6204A'

red 230 ◦ green 32 ◦ blue 74

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

Shades of Amaranth #E6204A

Tints of Amaranth #E6204A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

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

R = 68.45%
G = 9.52%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E6204A (or 0xE6204A) is known color: Amaranth. HEX triplet: E6, 20 and 4A. RGB value is (230,32,74). Sum of RGB (Red+Green+Blue) = 230+32+74=336 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.45% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 230 - color contains mainly: red. Hex color #E6204A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6204A is #19DFB5. Grayscale: #606060. Windows color (decimal): -1695670 or 4858086. OLE color: 4858086.

HSL color Cylindrical-coordinate representation of color #E6204A: hue angle of 347.27º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6204A is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 74 -
CMYK 0 0.86 0.68 0.10
HSL 347.27º 0.8% 0.51% -
HSV(B) 347.27º 0.86% 0.9% -
XYZ 34.39 18.35 8.21 -
YUV 95.99 115.6 223.58 -
System Red Green Blue C M Y K H S L
Decimal 230 32 74 0 0.86 0.68 0.10 347.27 0.8 0.51
Hex E6 20 4A 0 56 44 A 15B 50 33
Octal 346 40 112 0 126 104 12 533 120 63
Binary 11100110 100000 1001010 0 1010110 1000100 1010 101011011 1010000 110011

Color Harmonies of #E6204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6204A

Black with #E6204A

Text Example


Text Example

White with #E6204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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