Html Css Color HEX #E8244B Amaranth

📋 copy color: '#E8244B'

red 232 ◦ green 36 ◦ blue 75

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

Shades of Amaranth #E8244B

Tints of Amaranth #E8244B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.5%

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

R = 67.64%
G = 10.5%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8244B (or 0xE8244B) is known color: Amaranth. HEX triplet: E8, 24 and 4B. RGB value is (232,36,75). Sum of RGB (Red+Green+Blue) = 232+36+75=343 (45% of max value = 765). Red value is 232 (91.02% from 255 or 67.64% from 343); Green value is 36 (14.45% from 255 or 10.50% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 232 - color contains mainly: red. Hex color #E8244B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8244B is #17DBB4. Grayscale: #636363. Windows color (decimal): -1563573 or 4924648. OLE color: 4924648.

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

Color convert

RGB 232 36 75 -
CMYK 0 0.84 0.68 0.09
HSL 348.06º 0.81% 0.53% -
HSV(B) 348.06º 0.84% 0.91% -
XYZ 35.18 18.93 8.46 -
YUV 99.05 114.43 222.83 -
System Red Green Blue C M Y K H S L
Decimal 232 36 75 0 0.84 0.68 0.09 348.06 0.81 0.53
Hex E8 24 4B 0 54 44 9 15C 51 35
Octal 350 44 113 0 124 104 11 534 121 65
Binary 11101000 100100 1001011 0 1010100 1000100 1001 101011100 1010001 110101

Color Harmonies of #E8244B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8244B

Black with #E8244B

Text Example


Text Example

White with #E8244B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8244B; }

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

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

background-color css

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

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

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

border-color css

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

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

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