Html Css Color HEX #E8344B Amaranth

📋 copy color: '#E8344B'

red 232 ◦ green 52 ◦ blue 75

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

Shades of Amaranth #E8344B

Tints of Amaranth #E8344B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.48%

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

R = 64.62%
G = 14.48%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8344B (or 0xE8344B) is known color: Amaranth. HEX triplet: E8, 34 and 4B. RGB value is (232,52,75). Sum of RGB (Red+Green+Blue) = 232+52+75=359 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.62% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 75 (29.69% from 255 or 20.89% from 359); Max value from RGB is 232 - color contains mainly: red. Hex color #E8344B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8344B is #17CBB4. Grayscale: #6C6C6C. Windows color (decimal): -1559477 or 4928744. OLE color: 4928744.

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

Color convert

RGB 232 52 75 -
CMYK 0 0.78 0.68 0.09
HSL 352.33º 0.8% 0.56% -
HSV(B) 352.33º 0.78% 0.91% -
XYZ 35.78 20.12 8.65 -
YUV 108.44 109.13 216.13 -
System Red Green Blue C M Y K H S L
Decimal 232 52 75 0 0.78 0.68 0.09 352.33 0.8 0.56
Hex E8 34 4B 0 4E 44 9 160 50 38
Octal 350 64 113 0 116 104 11 540 120 70
Binary 11101000 110100 1001011 0 1001110 1000100 1001 101100000 1010000 111000

Color Harmonies of #E8344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8344B

Black with #E8344B

Text Example


Text Example

White with #E8344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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