Html Css Color HEX #E24352 Amaranth

📋 copy color: '#E24352'

red 226 ◦ green 67 ◦ blue 82

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

Shades of Amaranth #E24352

Tints of Amaranth #E24352

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.87%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 60.27%
G = 17.87%
B = 21.87%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.11

RGB Variations

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

Color information

#E24352 (or 0xE24352) is known color: Amaranth. HEX triplet: E2, 43 and 52. RGB value is (226,67,82). Sum of RGB (Red+Green+Blue) = 226+67+82=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 67 (26.56% from 255 or 17.87% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E24352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E24352 is #1DBCAD. Grayscale: #747474. Windows color (decimal): -1948846 or 5391330. OLE color: 5391330.

HSL color Cylindrical-coordinate representation of color #E24352: hue angle of 354.34º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E24352 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 67 82 -
CMYK 0 0.70 0.64 0.11
HSL 354.34º 0.73% 0.57% -
HSV(B) 354.34º 0.7% 0.89% -
XYZ 34.89 20.79 10.16 -
YUV 116.25 108.68 206.28 -
System Red Green Blue C M Y K H S L
Decimal 226 67 82 0 0.70 0.64 0.11 354.34 0.73 0.57
Hex E2 43 52 0 46 40 B 162 49 39
Octal 342 103 122 0 106 100 13 542 111 71
Binary 11100010 1000011 1010010 0 1000110 1000000 1011 101100010 1001001 111001

Color Harmonies of #E24352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24352

Black with #E24352

Text Example


Text Example

White with #E24352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24352; }

 p { color: rgb(226,67,82); }

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

background-color css

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

 a { background-color: rgb(226,67,82); }

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

border-color css

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

 span { border-color: rgb(226,67,82); }

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