Html Css Color HEX #E03358 Amaranth

📋 copy color: '#E03358'

red 224 ◦ green 51 ◦ blue 88

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

Shades of Amaranth #E03358

Tints of Amaranth #E03358

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.05%

 BLUE value IS 88 (34.77% from 255) = 24.24%

R = 61.71%
G = 14.05%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.12

RGB Variations

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

Color information

#E03358 (or 0xE03358) is known color: Amaranth. HEX triplet: E0, 33 and 58. RGB value is (224,51,88). Sum of RGB (Red+Green+Blue) = 224+51+88=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E03358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E03358 is #1FCCA7. Grayscale: #6A6A6A. Windows color (decimal): -2084008 or 5780448. OLE color: 5780448.

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

Color convert

RGB 224 51 88 -
CMYK 0 0.77 0.61 0.12
HSL 347.17º 0.74% 0.54% -
HSV(B) 347.17º 0.77% 0.88% -
XYZ 33.69 18.92 11.11 -
YUV 106.95 117.31 211.49 -
System Red Green Blue C M Y K H S L
Decimal 224 51 88 0 0.77 0.61 0.12 347.17 0.74 0.54
Hex E0 33 58 0 4D 3D C 15B 4A 36
Octal 340 63 130 0 115 75 14 533 112 66
Binary 11100000 110011 1011000 0 1001101 111101 1100 101011011 1001010 110110

Color Harmonies of #E03358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E03358

Black with #E03358

Text Example


Text Example

White with #E03358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E03358; }

 p { color: rgb(224,51,88); }

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

background-color css

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

 a { background-color: rgb(224,51,88); }

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

border-color css

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

 span { border-color: rgb(224,51,88); }

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