Html Css Color HEX #E4304B Amaranth

📋 copy color: '#E4304B'

red 228 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #E4304B

Tints of Amaranth #E4304B

RGB

 RED value IS 228 (89.45% from 255) = 64.96%

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

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

R = 64.96%
G = 13.68%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#E4304B (or 0xE4304B) is known color: Amaranth. HEX triplet: E4, 30 and 4B. RGB value is (228,48,75). Sum of RGB (Red+Green+Blue) = 228+48+75=351 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.96% from 351); Green value is 48 (19.14% from 255 or 13.68% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 228 - color contains mainly: red. Hex color #E4304B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E4304B is #1BCFB4. Grayscale: #686868. Windows color (decimal): -1822645 or 4927716. OLE color: 4927716.

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

Color convert

RGB 228 48 75 -
CMYK 0 0.79 0.67 0.11
HSL 351º 0.77% 0.54% -
HSV(B) 351º 0.79% 0.89% -
XYZ 34.32 19.12 8.54 -
YUV 104.9 111.13 215.8 -
System Red Green Blue C M Y K H S L
Decimal 228 48 75 0 0.79 0.67 0.11 351 0.77 0.54
Hex E4 30 4B 0 4F 43 B 15F 4D 36
Octal 344 60 113 0 117 103 13 537 115 66
Binary 11100100 110000 1001011 0 1001111 1000011 1011 101011111 1001101 110110

Color Harmonies of #E4304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4304B

Black with #E4304B

Text Example


Text Example

White with #E4304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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