Html Css Color HEX #E24150 Amaranth

📋 copy color: '#E24150'

red 226 ◦ green 65 ◦ blue 80

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

Shades of Amaranth #E24150

Tints of Amaranth #E24150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.52%

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

R = 60.92%
G = 17.52%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E24150 (or 0xE24150) is known color: Amaranth. HEX triplet: E2, 41 and 50. RGB value is (226,65,80). Sum of RGB (Red+Green+Blue) = 226+65+80=371 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.92% from 371); Green value is 65 (25.78% from 255 or 17.52% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 226 - color contains mainly: red. Hex color #E24150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24150 is #1DBEAF. Grayscale: #727272. Windows color (decimal): -1949360 or 5259746. OLE color: 5259746.

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

Color convert

RGB 226 65 80 -
CMYK 0 0.71 0.65 0.11
HSL 354.41º 0.74% 0.57% -
HSV(B) 354.41º 0.71% 0.89% -
XYZ 34.7 20.53 9.72 -
YUV 114.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 226 65 80 0 0.71 0.65 0.11 354.41 0.74 0.57
Hex E2 41 50 0 47 41 B 162 4A 39
Octal 342 101 120 0 107 101 13 542 112 71
Binary 11100010 1000001 1010000 0 1000111 1000001 1011 101100010 1001010 111001

Color Harmonies of #E24150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24150

Black with #E24150

Text Example


Text Example

White with #E24150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24150; }

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

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

background-color css

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

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

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

border-color css

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

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

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