Html Css Color HEX #E81D4C Amaranth

📋 copy color: '#E81D4C'

red 232 ◦ green 29 ◦ blue 76

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

Shades of Amaranth #E81D4C

Tints of Amaranth #E81D4C

RGB

 RED value IS 232 (91.02% from 255) = 68.84%

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

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

R = 68.84%
G = 8.61%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E81D4C (or 0xE81D4C) is known color: Amaranth. HEX triplet: E8, 1D and 4C. RGB value is (232,29,76). Sum of RGB (Red+Green+Blue) = 232+29+76=337 (44% of max value = 765). Red value is 232 (91.02% from 255 or 68.84% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 232 - color contains mainly: red. Hex color #E81D4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81D4C is #17E2B3. Grayscale: #5F5F5F. Windows color (decimal): -1565364 or 4988392. OLE color: 4988392.

HSL color Cylindrical-coordinate representation of color #E81D4C: hue angle of 346.11º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81D4C is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 29 76 -
CMYK 0 0.88 0.67 0.09
HSL 346.11º 0.82% 0.51% -
HSV(B) 346.11º 0.88% 0.91% -
XYZ 35.02 18.56 8.57 -
YUV 95.06 117.25 225.68 -
System Red Green Blue C M Y K H S L
Decimal 232 29 76 0 0.88 0.67 0.09 346.11 0.82 0.51
Hex E8 1D 4C 0 58 43 9 15A 52 33
Octal 350 35 114 0 130 103 11 532 122 63
Binary 11101000 11101 1001100 0 1011000 1000011 1001 101011010 1010010 110011

Color Harmonies of #E81D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E81D4C

Black with #E81D4C

Text Example


Text Example

White with #E81D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E81D4C; }

 p { color: rgb(232,29,76); }

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

background-color css

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

 a { background-color: rgb(232,29,76); }

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

border-color css

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

 span { border-color: rgb(232,29,76); }

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