#E32E60

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

Shades of Cerise #E32E60

Tints of Cerise #E32E60

Color information

#E32E60 (or 0xE32E60) is unknown color: approx Cerise. HEX triplet: E3, 2E and 60. RGB value is (227,46,96). Sum of RGB (Red+Green+Blue) = 227+46+96=369 (48% of max value = 765). Red value is 227 (89.06% from 255 or 61.52% from 369); Green value is 46 (18.36% from 255 or 12.47% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 227 - color contains mainly: red. Hex color #E32E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E32E60 is #1CD19F. Grayscale: #696969. Windows color (decimal): -1888672 or 6303459. OLE color: 6303459.

HSL color Cylindrical-coordinate representation of color #E32E60: hue angle of 343.43º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32E60 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB2274696-
CMYK00.800.580.11
HSL343.43º76.37%53.53%-
HSV(B)343.43º79.74%89.02%-
XYZ34.7719.1312.93-
YUV105.82122.47214.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 61.52%
GREEN value IS 46 (18.36% from 255) = 12.47%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=61.52%
G=12.47%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227469600.800.580.11343.4376.3753.53
HexE32E600503AB1574c36
Octal343561400120721352711466
Binary1110001110111011000000101000011101010111010101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E32E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E32E60; }

 p { color: rgb(227,46,96); }

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

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

 a { background-color: rgb(227,46,96); }

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

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

 span { border-color: rgb(227,46,96); }

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