Html Css Color HEX #E02353 Amaranth

📋 copy color: '#E02353'

red 224 ◦ green 35 ◦ blue 83

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

Shades of Amaranth #E02353

Tints of Amaranth #E02353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.23%

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 65.5%
G = 10.23%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E02353 (or 0xE02353) is known color: Amaranth. HEX triplet: E0, 23 and 53. RGB value is (224,35,83). Sum of RGB (Red+Green+Blue) = 224+35+83=342 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.50% from 342); Green value is 35 (14.06% from 255 or 10.23% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 224 - color contains mainly: red. Hex color #E02353 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E02353 is #1FDCAC. Grayscale: #606060. Windows color (decimal): -2088109 or 5448672. OLE color: 5448672.

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

Color convert

RGB 224 35 83 -
CMYK 0 0.84 0.63 0.12
HSL 344.76º 0.75% 0.51% -
HSV(B) 344.76º 0.84% 0.88% -
XYZ 32.9 17.67 9.86 -
YUV 96.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 224 35 83 0 0.84 0.63 0.12 344.76 0.75 0.51
Hex E0 23 53 0 54 3F C 159 4B 33
Octal 340 43 123 0 124 77 14 531 113 63
Binary 11100000 100011 1010011 0 1010100 111111 1100 101011001 1001011 110011

Color Harmonies of #E02353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02353

Black with #E02353

Text Example


Text Example

White with #E02353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02353; }

 p { color: rgb(224,35,83); }

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

background-color css

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

 a { background-color: rgb(224,35,83); }

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

border-color css

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

 span { border-color: rgb(224,35,83); }

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