Html Css Color HEX #E74452 Amaranth

📋 copy color: '#E74452'

red 231 ◦ green 68 ◦ blue 82

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

Shades of Amaranth #E74452

Tints of Amaranth #E74452

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.85%

 BLUE value IS 82 (32.42% from 255) = 21.52%

R = 60.63%
G = 17.85%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E74452 (or 0xE74452) is known color: Amaranth. HEX triplet: E7, 44 and 52. RGB value is (231,68,82). Sum of RGB (Red+Green+Blue) = 231+68+82=381 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.63% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 231 - color contains mainly: red. Hex color #E74452 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E74452 is #18BBAD. Grayscale: #767676. Windows color (decimal): -1620910 or 5391591. OLE color: 5391591.

HSL color Cylindrical-coordinate representation of color #E74452: hue angle of 354.85º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E74452 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 68 82 -
CMYK 0 0.71 0.65 0.09
HSL 354.85º 0.77% 0.59% -
HSV(B) 354.85º 0.71% 0.91% -
XYZ 36.55 21.73 10.25 -
YUV 118.33 107.5 208.36 -
System Red Green Blue C M Y K H S L
Decimal 231 68 82 0 0.71 0.65 0.09 354.85 0.77 0.59
Hex E7 44 52 0 47 41 9 163 4D 3B
Octal 347 104 122 0 107 101 11 543 115 73
Binary 11100111 1000100 1010010 0 1000111 1000001 1001 101100011 1001101 111011

Color Harmonies of #E74452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74452

Black with #E74452

Text Example


Text Example

White with #E74452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74452; }

 p { color: rgb(231,68,82); }

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

background-color css

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

 a { background-color: rgb(231,68,82); }

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

border-color css

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

 span { border-color: rgb(231,68,82); }

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