#E23B4B

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

Shades of Amaranth #E23B4B

Tints of Amaranth #E23B4B

Color information

#E23B4B (or 0xE23B4B) is unknown color: approx Amaranth. HEX triplet: E2, 3B and 4B. RGB value is (226,59,75). Sum of RGB (Red+Green+Blue) = 226+59+75=360 (47% of max value = 765). Red value is 226 (88.67% from 255 or 62.78% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 226 - color contains mainly: red. Hex color #E23B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23B4B is #1DC4B4. Grayscale: #6E6E6E. Windows color (decimal): -1950901 or 4930530. OLE color: 4930530.

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

Color convert

RGB2265975-
CMYK00.740.670.11
HSL354.25º74.22%55.88%-
HSV(B)354.25º73.89%88.63%-
XYZ34.219.88.68-
YUV110.76107.83210.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 62.78%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 75 (29.69% from 255) = 20.83%
R=62.78%
G=16.39%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226597500.740.670.11354.2574.2255.88
HexE23B4B04A43B1624a38
Octal3427311301121031354211270
Binary11100010111011100101101001010100001110111011000101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23B4B; }

 p { color: rgb(226,59,75); }

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

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

 a { background-color: rgb(226,59,75); }

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

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

 span { border-color: rgb(226,59,75); }

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