#E23A5B

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

Shades of Cerise #E23A5B

Tints of Cerise #E23A5B

Color information

#E23A5B (or 0xE23A5B) is unknown color: approx Cerise. HEX triplet: E2, 3A and 5B. RGB value is (226,58,91). Sum of RGB (Red+Green+Blue) = 226+58+91=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E23A5B is #1DC5A4. Grayscale: #707070. Windows color (decimal): -1951141 or 5978850. OLE color: 5978850.

HSL color Cylindrical-coordinate representation of color #E23A5B: hue angle of 348.21º 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 #E23A5B is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB2265891-
CMYK00.740.600.11
HSL348.21º74.34%55.69%-
HSV(B)348.21º74.34%88.63%-
XYZ34.7719.9511.92-
YUV111.99116.16209.32-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 60.27%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 91 (35.94% from 255) = 24.27%
R=60.27%
G=15.47%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226589100.740.600.11348.2174.3455.69
HexE23A5B04A3CB15c4a38
Octal342721330112741353411270
Binary1110001011101010110110100101011110010111010111001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E23A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E23A5B; }

 p { color: rgb(226,58,91); }

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

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

 a { background-color: rgb(226,58,91); }

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

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

 span { border-color: rgb(226,58,91); }

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