Html Css Color HEX #E7224B Amaranth

📋 copy color: '#E7224B'

red 231 ◦ green 34 ◦ blue 75

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

Shades of Amaranth #E7224B

Tints of Amaranth #E7224B

RGB

 RED value IS 231 (90.63% from 255) = 67.94%

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

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

R = 67.94%
G = 10%
B = 22.06%

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

#E7224B (or 0xE7224B) is known color: Amaranth. HEX triplet: E7, 22 and 4B. RGB value is (231,34,75). Sum of RGB (Red+Green+Blue) = 231+34+75=340 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.94% from 340); Green value is 34 (13.67% from 255 or 10% from 340); Blue value is 75 (29.69% from 255 or 22.06% from 340); Max value from RGB is 231 - color contains mainly: red. Hex color #E7224B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7224B is #18DDB4. Grayscale: #616161. Windows color (decimal): -1629621 or 4924135. OLE color: 4924135.

HSL color Cylindrical-coordinate representation of color #E7224B: hue angle of 347.51º degrees, saturation: 0.8, 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 #E7224B is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 34 75 -
CMYK 0 0.85 0.68 0.09
HSL 347.51º 0.8% 0.52% -
HSV(B) 347.51º 0.85% 0.91% -
XYZ 34.8 18.64 8.42 -
YUV 97.58 115.27 223.17 -
System Red Green Blue C M Y K H S L
Decimal 231 34 75 0 0.85 0.68 0.09 347.51 0.8 0.52
Hex E7 22 4B 0 55 44 9 15C 50 34
Octal 347 42 113 0 125 104 11 534 120 64
Binary 11100111 100010 1001011 0 1010101 1000100 1001 101011100 1010000 110100

Color Harmonies of #E7224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7224B

Black with #E7224B

Text Example


Text Example

White with #E7224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7224B; }

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

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

background-color css

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

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

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

border-color css

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

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

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