Html Css Color HEX #E6204E Amaranth

📋 copy color: '#E6204E'

red 230 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #E6204E

Tints of Amaranth #E6204E

RGB

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

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

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

R = 67.65%
G = 9.41%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.10

RGB Variations

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

Color information

#E6204E (or 0xE6204E) is known color: Amaranth. HEX triplet: E6, 20 and 4E. RGB value is (230,32,78). Sum of RGB (Red+Green+Blue) = 230+32+78=340 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.65% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 230 - color contains mainly: red. Hex color #E6204E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E6204E is #19DFB1. Grayscale: #606060. Windows color (decimal): -1695666 or 5120230. OLE color: 5120230.

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

Color convert

RGB 230 32 78 -
CMYK 0 0.86 0.66 0.10
HSL 346.06º 0.8% 0.51% -
HSV(B) 346.06º 0.86% 0.9% -
XYZ 34.52 18.41 8.94 -
YUV 96.45 117.6 223.26 -
System Red Green Blue C M Y K H S L
Decimal 230 32 78 0 0.86 0.66 0.10 346.06 0.8 0.51
Hex E6 20 4E 0 56 42 A 15A 50 33
Octal 346 40 116 0 126 102 12 532 120 63
Binary 11100110 100000 1001110 0 1010110 1000010 1010 101011010 1010000 110011

Color Harmonies of #E6204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6204E

Black with #E6204E

Text Example


Text Example

White with #E6204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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