Html Css Color HEX #E6204C Amaranth

📋 copy color: '#E6204C'

red 230 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #E6204C

Tints of Amaranth #E6204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.49%

R = 68.05%
G = 9.47%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E6204C (or 0xE6204C) is known color: Amaranth. HEX triplet: E6, 20 and 4C. RGB value is (230,32,76). Sum of RGB (Red+Green+Blue) = 230+32+76=338 (44% of max value = 765). Red value is 230 (90.23% from 255 or 68.05% from 338); Green value is 32 (12.89% from 255 or 9.47% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 230 - color contains mainly: red. Hex color #E6204C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6204C is #19DFB3. Grayscale: #606060. Windows color (decimal): -1695668 or 4989158. OLE color: 4989158.

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

Color convert

RGB 230 32 76 -
CMYK 0 0.86 0.67 0.10
HSL 346.67º 0.8% 0.51% -
HSV(B) 346.67º 0.86% 0.9% -
XYZ 34.45 18.38 8.57 -
YUV 96.22 116.6 223.42 -
System Red Green Blue C M Y K H S L
Decimal 230 32 76 0 0.86 0.67 0.10 346.67 0.8 0.51
Hex E6 20 4C 0 56 43 A 15B 50 33
Octal 346 40 114 0 126 103 12 533 120 63
Binary 11100110 100000 1001100 0 1010110 1000011 1010 101011011 1010000 110011

Color Harmonies of #E6204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6204C

Black with #E6204C

Text Example


Text Example

White with #E6204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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