#e32b5f

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

Shades of Cerise #E32B5F

Tints of Cerise #E32B5F

Color information

#E32B5F (or 0xE32B5F) is unknown color: approx Cerise. HEX triplet: E3, 2B and 5F. RGB value is (227,43,95). Sum of RGB (Red+Green+Blue) = 227+43+95=365 (48% of max value = 765). Red value is 227 (89.06% from 255 or 62.19% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 227 - color contains mainly: red. Hex color #E32B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32B5F is #1CD4A0. Grayscale: #676767. Windows color (decimal): -1889441 or 6237155. OLE color: 6237155.

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

Color convert

RGB2274395-
CMYK00.810.580.11
HSL343.04º76.67%52.94%-
HSV(B)343.04º81.06%89.02%-
XYZ34.6118.8812.65-
YUV103.94122.96215.77-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 62.19%
GREEN value IS 43 (17.19% from 255) = 11.78%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=62.19%
G=11.78%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227439500.810.580.11343.0476.6752.94
HexE32B5F0513AB1574d35
Octal343531370121721352711565
Binary1110001110101110111110101000111101010111010101111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e32b5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e32b5f; }

 p { color: rgb(227,43,95); }

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

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

 a { background-color: rgb(227,43,95); }

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

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

 span { border-color: rgb(227,43,95); }

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