Html Css Color HEX #E61D4A Amaranth

📋 copy color: '#E61D4A'

red 230 ◦ green 29 ◦ blue 74

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

Shades of Amaranth #E61D4A

Tints of Amaranth #E61D4A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.71%

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

R = 69.07%
G = 8.71%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.10

RGB Variations

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

Color information

#E61D4A (or 0xE61D4A) is known color: Amaranth. HEX triplet: E6, 1D and 4A. RGB value is (230,29,74). Sum of RGB (Red+Green+Blue) = 230+29+74=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D4A is #19E2B5. Grayscale: #5E5E5E. Windows color (decimal): -1696438 or 4857318. OLE color: 4857318.

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

Color convert

RGB 230 29 74 -
CMYK 0 0.87 0.68 0.10
HSL 346.57º 0.8% 0.51% -
HSV(B) 346.57º 0.87% 0.9% -
XYZ 34.31 18.2 8.18 -
YUV 94.23 116.59 224.84 -
System Red Green Blue C M Y K H S L
Decimal 230 29 74 0 0.87 0.68 0.10 346.57 0.8 0.51
Hex E6 1D 4A 0 57 44 A 15B 50 33
Octal 346 35 112 0 127 104 12 533 120 63
Binary 11100110 11101 1001010 0 1010111 1000100 1010 101011011 1010000 110011

Color Harmonies of #E61D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D4A

Black with #E61D4A

Text Example


Text Example

White with #E61D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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