Html Css Color HEX #E02645 Amaranth

📋 copy color: '#E02645'

red 224 ◦ green 38 ◦ blue 69

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

Shades of Amaranth #E02645

Tints of Amaranth #E02645

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.48%

 BLUE value IS 69 (27.34% from 255) = 20.85%

R = 67.67%
G = 11.48%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E02645 (or 0xE02645) is known color: Amaranth. HEX triplet: E0, 26 and 45. RGB value is (224,38,69). Sum of RGB (Red+Green+Blue) = 224+38+69=331 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.67% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 224 - color contains mainly: red. Hex color #E02645 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02645 is #1FD9BA. Grayscale: #616161. Windows color (decimal): -2087355 or 4531936. OLE color: 4531936.

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

Color convert

RGB 224 38 69 -
CMYK 0 0.83 0.69 0.12
HSL 350º 0.75% 0.51% -
HSV(B) 350º 0.83% 0.88% -
XYZ 32.51 17.66 7.33 -
YUV 97.15 112.12 218.48 -
System Red Green Blue C M Y K H S L
Decimal 224 38 69 0 0.83 0.69 0.12 350 0.75 0.51
Hex E0 26 45 0 53 45 C 15E 4B 33
Octal 340 46 105 0 123 105 14 536 113 63
Binary 11100000 100110 1000101 0 1010011 1000101 1100 101011110 1001011 110011

Color Harmonies of #E02645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02645

Black with #E02645

Text Example


Text Example

White with #E02645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02645; }

 p { color: rgb(224,38,69); }

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

background-color css

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

 a { background-color: rgb(224,38,69); }

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

border-color css

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

 span { border-color: rgb(224,38,69); }

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