Html Css Color HEX #E7324B Amaranth

📋 copy color: '#E7324B'

red 231 ◦ green 50 ◦ blue 75

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

Shades of Amaranth #E7324B

Tints of Amaranth #E7324B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

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

R = 64.89%
G = 14.04%
B = 21.07%

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

#E7324B (or 0xE7324B) is known color: Amaranth. HEX triplet: E7, 32 and 4B. RGB value is (231,50,75). Sum of RGB (Red+Green+Blue) = 231+50+75=356 (47% of max value = 765). Red value is 231 (90.62% from 255 or 64.89% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 231 - color contains mainly: red. Hex color #E7324B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7324B is #18CDB4. Grayscale: #6B6B6B. Windows color (decimal): -1625525 or 4928231. OLE color: 4928231.

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

Color convert

RGB 231 50 75 -
CMYK 0 0.78 0.68 0.09
HSL 351.71º 0.79% 0.55% -
HSV(B) 351.71º 0.78% 0.91% -
XYZ 35.37 19.78 8.61 -
YUV 106.97 109.97 216.47 -
System Red Green Blue C M Y K H S L
Decimal 231 50 75 0 0.78 0.68 0.09 351.71 0.79 0.55
Hex E7 32 4B 0 4E 44 9 160 4F 37
Octal 347 62 113 0 116 104 11 540 117 67
Binary 11100111 110010 1001011 0 1001110 1000100 1001 101100000 1001111 110111

Color Harmonies of #E7324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7324B

Black with #E7324B

Text Example


Text Example

White with #E7324B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7324B; }

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

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

background-color css

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

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

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

border-color css

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

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

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