#E5345E

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

Shades of Cerise #E5345E

Tints of Cerise #E5345E

Color information

#E5345E (or 0xE5345E) is unknown color: approx Cerise. HEX triplet: E5, 34 and 5E. RGB value is (229,52,94). Sum of RGB (Red+Green+Blue) = 229+52+94=375 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.07% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 229 - color contains mainly: red. Hex color #E5345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5345E is #1ACBA1. Grayscale: #6D6D6D. Windows color (decimal): -1756066 or 6173925. OLE color: 6173925.

HSL color Cylindrical-coordinate representation of color #E5345E: hue angle of 345.76º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5345E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2295294-
CMYK00.770.590.10
HSL345.76º77.29%55.1%-
HSV(B)345.76º77.29%89.8%-
XYZ35.5619.9212.56-
YUV109.71119.14213.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.07%
GREEN value IS 52 (20.70% from 255) = 13.87%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=61.07%
G=13.87%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229529400.770.590.10345.7677.2955.1
HexE5345E04D3BA15a4d37
Octal345641360115731253211567
Binary1110010111010010111100100110111101110101010110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5345E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5345E; }

 p { color: rgb(229,52,94); }

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

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

 a { background-color: rgb(229,52,94); }

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

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

 span { border-color: rgb(229,52,94); }

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