Html Css Color HEX #E22B50 Amaranth

📋 copy color: '#E22B50'

red 226 ◦ green 43 ◦ blue 80

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

Shades of Amaranth #E22B50

Tints of Amaranth #E22B50

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

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

R = 64.76%
G = 12.32%
B = 22.92%

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

#E22B50 (or 0xE22B50) is known color: Amaranth. HEX triplet: E2, 2B and 50. RGB value is (226,43,80). Sum of RGB (Red+Green+Blue) = 226+43+80=349 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.76% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22B50 is #1DD4AF. Grayscale: #656565. Windows color (decimal): -1954992 or 5254114. OLE color: 5254114.

HSL color Cylindrical-coordinate representation of color #E22B50: hue angle of 347.87º 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 #E22B50 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 43 80 -
CMYK 0 0.81 0.65 0.11
HSL 347.87º 0.76% 0.53% -
HSV(B) 347.87º 0.81% 0.89% -
XYZ 33.68 18.48 9.38 -
YUV 101.94 115.63 216.49 -
System Red Green Blue C M Y K H S L
Decimal 226 43 80 0 0.81 0.65 0.11 347.87 0.76 0.53
Hex E2 2B 50 0 51 41 B 15C 4C 35
Octal 342 53 120 0 121 101 13 534 114 65
Binary 11100010 101011 1010000 0 1010001 1000001 1011 101011100 1001100 110101

Color Harmonies of #E22B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22B50

Black with #E22B50

Text Example


Text Example

White with #E22B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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