Html Css Color HEX #E22C50 Amaranth

📋 copy color: '#E22C50'

red 226 ◦ green 44 ◦ blue 80

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

Shades of Amaranth #E22C50

Tints of Amaranth #E22C50

RGB

 RED value IS 226 (88.67% from 255) = 64.57%

 GREEN value IS 44 (17.58% from 255) = 12.57%

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 64.57%
G = 12.57%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E22C50 (or 0xE22C50) is known color: Amaranth. HEX triplet: E2, 2C and 50. RGB value is (226,44,80). Sum of RGB (Red+Green+Blue) = 226+44+80=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E22C50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22C50 is #1DD3AF. Grayscale: #666666. Windows color (decimal): -1954736 or 5254370. OLE color: 5254370.

HSL color Cylindrical-coordinate representation of color #E22C50: hue angle of 348.13º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22C50 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 44 80 -
CMYK 0 0.81 0.65 0.11
HSL 348.13º 0.76% 0.53% -
HSV(B) 348.13º 0.81% 0.89% -
XYZ 33.71 18.55 9.39 -
YUV 102.52 115.3 216.07 -
System Red Green Blue C M Y K H S L
Decimal 226 44 80 0 0.81 0.65 0.11 348.13 0.76 0.53
Hex E2 2C 50 0 51 41 B 15C 4C 35
Octal 342 54 120 0 121 101 13 534 114 65
Binary 11100010 101100 1010000 0 1010001 1000001 1011 101011100 1001100 110101

Color Harmonies of #E22C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22C50

Black with #E22C50

Text Example


Text Example

White with #E22C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22C50; }

 p { color: rgb(226,44,80); }

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

background-color css

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

 a { background-color: rgb(226,44,80); }

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

border-color css

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

 span { border-color: rgb(226,44,80); }

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