Html Css Color HEX #E5204B Amaranth

📋 copy color: '#E5204B'

red 229 ◦ green 32 ◦ blue 75

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

Shades of Amaranth #E5204B

Tints of Amaranth #E5204B

RGB

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

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

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

R = 68.15%
G = 9.52%
B = 22.32%

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

#E5204B (or 0xE5204B) is known color: Amaranth. HEX triplet: E5, 20 and 4B. RGB value is (229,32,75). Sum of RGB (Red+Green+Blue) = 229+32+75=336 (44% of max value = 765). Red value is 229 (89.84% from 255 or 68.15% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 229 - color contains mainly: red. Hex color #E5204B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5204B is #1ADFB4. Grayscale: #5F5F5F. Windows color (decimal): -1761205 or 4923621. OLE color: 4923621.

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

Color convert

RGB 229 32 75 -
CMYK 0 0.86 0.67 0.10
HSL 346.9º 0.79% 0.51% -
HSV(B) 346.9º 0.86% 0.9% -
XYZ 34.1 18.2 8.37 -
YUV 95.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 229 32 75 0 0.86 0.67 0.10 346.9 0.79 0.51
Hex E5 20 4B 0 56 43 A 15B 4F 33
Octal 345 40 113 0 126 103 12 533 117 63
Binary 11100101 100000 1001011 0 1010110 1000011 1010 101011011 1001111 110011

Color Harmonies of #E5204B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5204B

Black with #E5204B

Text Example


Text Example

White with #E5204B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5204B; }

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

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

background-color css

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

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

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

border-color css

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

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

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