Html Css Color HEX #E51D4B Amaranth

📋 copy color: '#E51D4B'

red 229 ◦ green 29 ◦ blue 75

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

Shades of Amaranth #E51D4B

Tints of Amaranth #E51D4B

RGB

 RED value IS 229 (89.84% from 255) = 68.77%

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

 BLUE value IS 75 (29.69% from 255) = 22.52%

R = 68.77%
G = 8.71%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E51D4B (or 0xE51D4B) is known color: Amaranth. HEX triplet: E5, 1D and 4B. RGB value is (229,29,75). Sum of RGB (Red+Green+Blue) = 229+29+75=333 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.77% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 229 - color contains mainly: red. Hex color #E51D4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E51D4B is #1AE2B4. Grayscale: #5E5E5E. Windows color (decimal): -1761973 or 4922853. OLE color: 4922853.

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

Color convert

RGB 229 29 75 -
CMYK 0 0.87 0.67 0.10
HSL 346.2º 0.79% 0.51% -
HSV(B) 346.2º 0.87% 0.9% -
XYZ 34.02 18.04 8.35 -
YUV 94.04 117.26 224.26 -
System Red Green Blue C M Y K H S L
Decimal 229 29 75 0 0.87 0.67 0.10 346.2 0.79 0.51
Hex E5 1D 4B 0 57 43 A 15A 4F 33
Octal 345 35 113 0 127 103 12 532 117 63
Binary 11100101 11101 1001011 0 1010111 1000011 1010 101011010 1001111 110011

Color Harmonies of #E51D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E51D4B

Black with #E51D4B

Text Example


Text Example

White with #E51D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E51D4B; }

 p { color: rgb(229,29,75); }

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

background-color css

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

 a { background-color: rgb(229,29,75); }

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

border-color css

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

 span { border-color: rgb(229,29,75); }

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