Html Css Color HEX #E22D4F Amaranth

📋 copy color: '#E22D4F'

red 226 ◦ green 45 ◦ blue 79

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

Shades of Amaranth #E22D4F

Tints of Amaranth #E22D4F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

 BLUE value IS 79 (31.25% from 255) = 22.57%

R = 64.57%
G = 12.86%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E22D4F (or 0xE22D4F) is known color: Amaranth. HEX triplet: E2, 2D and 4F. RGB value is (226,45,79). Sum of RGB (Red+Green+Blue) = 226+45+79=350 (46% of max value = 765). Red value is 226 (88.67% from 255 or 64.57% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 226 - color contains mainly: red. Hex color #E22D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22D4F is #1DD2B0. Grayscale: #676767. Windows color (decimal): -1954481 or 5189090. OLE color: 5189090.

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

Color convert

RGB 226 45 79 -
CMYK 0 0.80 0.65 0.11
HSL 348.73º 0.76% 0.53% -
HSV(B) 348.73º 0.8% 0.89% -
XYZ 33.71 18.61 9.21 -
YUV 103 114.47 215.74 -
System Red Green Blue C M Y K H S L
Decimal 226 45 79 0 0.80 0.65 0.11 348.73 0.76 0.53
Hex E2 2D 4F 0 50 41 B 15D 4C 35
Octal 342 55 117 0 120 101 13 535 114 65
Binary 11100010 101101 1001111 0 1010000 1000001 1011 101011101 1001100 110101

Color Harmonies of #E22D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22D4F

Black with #E22D4F

Text Example


Text Example

White with #E22D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22D4F; }

 p { color: rgb(226,45,79); }

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

background-color css

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

 a { background-color: rgb(226,45,79); }

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

border-color css

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

 span { border-color: rgb(226,45,79); }

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