Html Css Color HEX #E5304B Amaranth

📋 copy color: '#E5304B'

red 229 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #E5304B

Tints of Amaranth #E5304B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

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

R = 65.06%
G = 13.64%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#E5304B (or 0xE5304B) is known color: Amaranth. HEX triplet: E5, 30 and 4B. RGB value is (229,48,75). Sum of RGB (Red+Green+Blue) = 229+48+75=352 (46% of max value = 765). Red value is 229 (89.84% from 255 or 65.06% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 229 - color contains mainly: red. Hex color #E5304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E5304B is #1ACFB4. Grayscale: #696969. Windows color (decimal): -1757109 or 4927717. OLE color: 4927717.

HSL color Cylindrical-coordinate representation of color #E5304B: hue angle of 351.05º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5304B is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 48 75 -
CMYK 0 0.79 0.67 0.10
HSL 351.05º 0.78% 0.54% -
HSV(B) 351.05º 0.79% 0.9% -
XYZ 34.64 19.28 8.55 -
YUV 105.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 229 48 75 0 0.79 0.67 0.10 351.05 0.78 0.54
Hex E5 30 4B 0 4F 43 A 15F 4E 36
Octal 345 60 113 0 117 103 12 537 116 66
Binary 11100101 110000 1001011 0 1001111 1000011 1010 101011111 1001110 110110

Color Harmonies of #E5304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5304B

Black with #E5304B

Text Example


Text Example

White with #E5304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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