Html Css Color HEX #E03752 Amaranth

📋 copy color: '#E03752'

red 224 ◦ green 55 ◦ blue 82

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

Shades of Amaranth #E03752

Tints of Amaranth #E03752

RGB

 RED value IS 224 (87.89% from 255) = 62.05%

 GREEN value IS 55 (21.88% from 255) = 15.24%

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

R = 62.05%
G = 15.24%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E03752 (or 0xE03752) is known color: Amaranth. HEX triplet: E0, 37 and 52. RGB value is (224,55,82). Sum of RGB (Red+Green+Blue) = 224+55+82=361 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.05% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 224 - color contains mainly: red. Hex color #E03752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03752 is #1FC8AD. Grayscale: #6C6C6C. Windows color (decimal): -2082990 or 5388256. OLE color: 5388256.

HSL color Cylindrical-coordinate representation of color #E03752: hue angle of 350.41º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E03752 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 55 82 -
CMYK 0 0.75 0.63 0.12
HSL 350.41º 0.73% 0.55% -
HSV(B) 350.41º 0.75% 0.88% -
XYZ 33.63 19.19 9.91 -
YUV 108.61 112.99 210.3 -
System Red Green Blue C M Y K H S L
Decimal 224 55 82 0 0.75 0.63 0.12 350.41 0.73 0.55
Hex E0 37 52 0 4B 3F C 15E 49 37
Octal 340 67 122 0 113 77 14 536 111 67
Binary 11100000 110111 1010010 0 1001011 111111 1100 101011110 1001001 110111

Color Harmonies of #E03752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03752

Black with #E03752

Text Example


Text Example

White with #E03752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03752; }

 p { color: rgb(224,55,82); }

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

background-color css

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

 a { background-color: rgb(224,55,82); }

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

border-color css

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

 span { border-color: rgb(224,55,82); }

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