Html Css Color HEX #E8304B Amaranth

📋 copy color: '#E8304B'

red 232 ◦ green 48 ◦ blue 75

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

Shades of Amaranth #E8304B

Tints of Amaranth #E8304B

RGB

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

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

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

R = 65.35%
G = 13.52%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8304B (or 0xE8304B) is known color: Amaranth. HEX triplet: E8, 30 and 4B. RGB value is (232,48,75). Sum of RGB (Red+Green+Blue) = 232+48+75=355 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.35% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 75 (29.69% from 255 or 21.13% from 355); Max value from RGB is 232 - color contains mainly: red. Hex color #E8304B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8304B is #17CFB4. Grayscale: #6A6A6A. Windows color (decimal): -1560501 or 4927720. OLE color: 4927720.

HSL color Cylindrical-coordinate representation of color #E8304B: hue angle of 351.2º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E8304B is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 48 75 -
CMYK 0 0.79 0.68 0.09
HSL 351.2º 0.8% 0.55% -
HSV(B) 351.2º 0.79% 0.91% -
XYZ 35.61 19.78 8.6 -
YUV 106.09 110.46 217.8 -
System Red Green Blue C M Y K H S L
Decimal 232 48 75 0 0.79 0.68 0.09 351.2 0.8 0.55
Hex E8 30 4B 0 4F 44 9 15F 50 37
Octal 350 60 113 0 117 104 11 537 120 67
Binary 11101000 110000 1001011 0 1001111 1000100 1001 101011111 1010000 110111

Color Harmonies of #E8304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8304B

Black with #E8304B

Text Example


Text Example

White with #E8304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8304B; }

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

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

background-color css

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

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

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

border-color css

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

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

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