Html Css Color HEX #E03052 Amaranth

📋 copy color: '#E03052'

red 224 ◦ green 48 ◦ blue 82

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

Shades of Amaranth #E03052

Tints of Amaranth #E03052

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.56%

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

R = 63.28%
G = 13.56%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E03052 (or 0xE03052) is known color: Amaranth. HEX triplet: E0, 30 and 52. RGB value is (224,48,82). Sum of RGB (Red+Green+Blue) = 224+48+82=354 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.28% from 354); Green value is 48 (19.14% from 255 or 13.56% from 354); Blue value is 82 (32.42% from 255 or 23.16% from 354); Max value from RGB is 224 - color contains mainly: red. Hex color #E03052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03052 is #1FCFAD. Grayscale: #686868. Windows color (decimal): -2084782 or 5386464. OLE color: 5386464.

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

Color convert

RGB 224 48 82 -
CMYK 0 0.79 0.63 0.12
HSL 348.41º 0.74% 0.53% -
HSV(B) 348.41º 0.79% 0.88% -
XYZ 33.32 18.57 9.81 -
YUV 104.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 224 48 82 0 0.79 0.63 0.12 348.41 0.74 0.53
Hex E0 30 52 0 4F 3F C 15C 4A 35
Octal 340 60 122 0 117 77 14 534 112 65
Binary 11100000 110000 1010010 0 1001111 111111 1100 101011100 1001010 110101

Color Harmonies of #E03052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03052

Black with #E03052

Text Example


Text Example

White with #E03052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03052; }

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

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

background-color css

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

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

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

border-color css

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

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

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