Html Css Color HEX #E22950 Amaranth

📋 copy color: '#E22950'

red 226 ◦ green 41 ◦ blue 80

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

Shades of Amaranth #E22950

Tints of Amaranth #E22950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.82%

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

R = 65.13%
G = 11.82%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E22950 (or 0xE22950) is known color: Amaranth. HEX triplet: E2, 29 and 50. RGB value is (226,41,80). Sum of RGB (Red+Green+Blue) = 226+41+80=347 (45% of max value = 765). Red value is 226 (88.67% from 255 or 65.13% from 347); Green value is 41 (16.41% from 255 or 11.82% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 226 - color contains mainly: red. Hex color #E22950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22950 is #1DD6AF. Grayscale: #646464. Windows color (decimal): -1955504 or 5253602. OLE color: 5253602.

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

Color convert

RGB 226 41 80 -
CMYK 0 0.82 0.65 0.11
HSL 347.35º 0.76% 0.52% -
HSV(B) 347.35º 0.82% 0.89% -
XYZ 33.6 18.33 9.36 -
YUV 100.76 116.29 217.33 -
System Red Green Blue C M Y K H S L
Decimal 226 41 80 0 0.82 0.65 0.11 347.35 0.76 0.52
Hex E2 29 50 0 52 41 B 15B 4C 34
Octal 342 51 120 0 122 101 13 533 114 64
Binary 11100010 101001 1010000 0 1010010 1000001 1011 101011011 1001100 110100

Color Harmonies of #E22950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22950

Black with #E22950

Text Example


Text Example

White with #E22950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22950; }

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

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

background-color css

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

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

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

border-color css

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

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

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