Html Css Color HEX #E02744 Amaranth

📋 copy color: '#E02744'

red 224 ◦ green 39 ◦ blue 68

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

Shades of Amaranth #E02744

Tints of Amaranth #E02744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.78%

 BLUE value IS 68 (26.95% from 255) = 20.54%

R = 67.67%
G = 11.78%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#E02744 (or 0xE02744) is known color: Amaranth. HEX triplet: E0, 27 and 44. RGB value is (224,39,68). Sum of RGB (Red+Green+Blue) = 224+39+68=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 39 (15.62% from 255 or 11.78% from 331); Blue value is 68 (26.95% from 255 or 20.54% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02744 is #1FD8BB. Grayscale: #616161. Windows color (decimal): -2087100 or 4466656. OLE color: 4466656.

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

Color convert

RGB 224 39 68 -
CMYK 0 0.83 0.70 0.12
HSL 350.59º 0.75% 0.52% -
HSV(B) 350.59º 0.83% 0.88% -
XYZ 32.51 17.72 7.17 -
YUV 97.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 224 39 68 0 0.83 0.70 0.12 350.59 0.75 0.52
Hex E0 27 44 0 53 46 C 15F 4B 34
Octal 340 47 104 0 123 106 14 537 113 64
Binary 11100000 100111 1000100 0 1010011 1000110 1100 101011111 1001011 110100

Color Harmonies of #E02744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02744

Black with #E02744

Text Example


Text Example

White with #E02744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02744; }

 p { color: rgb(224,39,68); }

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

background-color css

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

 a { background-color: rgb(224,39,68); }

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

border-color css

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

 span { border-color: rgb(224,39,68); }

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