Html Css Color HEX #E8224B Amaranth

📋 copy color: '#E8224B'

red 232 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #E8224B

Tints of Amaranth #E8224B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.97%

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

R = 68.04%
G = 9.97%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E8224B (or 0xE8224B) is known color: Amaranth. HEX triplet: E8, 22 and 4B. RGB value is (232,34,75). Sum of RGB (Red+Green+Blue) = 232+34+75=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 34 (13.67% from 255 or 9.97% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8224B is #17DDB4. Grayscale: #616161. Windows color (decimal): -1564085 or 4924136. OLE color: 4924136.

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

Color convert

RGB 232 34 75 -
CMYK 0 0.85 0.68 0.09
HSL 347.58º 0.81% 0.52% -
HSV(B) 347.58º 0.85% 0.91% -
XYZ 35.12 18.81 8.44 -
YUV 97.88 115.1 223.67 -
System Red Green Blue C M Y K H S L
Decimal 232 34 75 0 0.85 0.68 0.09 347.58 0.81 0.52
Hex E8 22 4B 0 55 44 9 15C 51 34
Octal 350 42 113 0 125 104 11 534 121 64
Binary 11101000 100010 1001011 0 1010101 1000100 1001 101011100 1010001 110100

Color Harmonies of #E8224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8224B

Black with #E8224B

Text Example


Text Example

White with #E8224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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