#E23356

Color #E23356 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #E23356

Tints of Amaranth #E23356

Color information

#E23356 (or 0xE23356) is unknown color: approx Amaranth. HEX triplet: E2, 33 and 56. RGB value is (226,51,86). Sum of RGB (Red+Green+Blue) = 226+51+86=363 (48% of max value = 765). Red value is 226 (88.67% from 255 or 62.26% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 226 - color contains mainly: red. Hex color #E23356 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23356 is #1DCCA9. Grayscale: #6B6B6B. Windows color (decimal): -1952938 or 5649378. OLE color: 5649378.

HSL color Cylindrical-coordinate representation of color #E23356: hue angle of 348º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E23356 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB2265186-
CMYK00.770.620.11
HSL348º75.11%54.31%-
HSV(B)348º77.43%88.63%-
XYZ34.2319.2110.71-
YUV107.32115.98212.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.26%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 86 (33.98% from 255) = 23.69%
R=62.26%
G=14.05%
B=23.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226518600.770.620.1134875.1154.31
HexE2335604D3EB15c4b36
Octal342631260115761353411366
Binary1110001011001110101100100110111111010111010111001001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23356; }

 p { color: rgb(226,51,86); }

 H1.HeaderClassName
 {
   color: #E23356;
 }
 .AnyTagClassName
 {
   color: #E23356;
 }
</style>
background-color css

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

 a { background-color: rgb(226,51,86); }

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

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

 span { border-color: rgb(226,51,86); }

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