#E5345D

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

Shades of Cerise #E5345D

Tints of Cerise #E5345D

Color information

#E5345D (or 0xE5345D) is unknown color: approx Cerise. HEX triplet: E5, 34 and 5D. RGB value is (229,52,93). Sum of RGB (Red+Green+Blue) = 229+52+93=374 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.23% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 229 - color contains mainly: red. Hex color #E5345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5345D is #1ACBA2. Grayscale: #6D6D6D. Windows color (decimal): -1756067 or 6108389. OLE color: 6108389.

HSL color Cylindrical-coordinate representation of color #E5345D: hue angle of 346.1º 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 #E5345D is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.10.

Color convert

RGB2295293-
CMYK00.770.590.10
HSL346.1º77.29%55.1%-
HSV(B)346.1º77.29%89.8%-
XYZ35.5219.912.33-
YUV109.6118.64213.17-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.23%
GREEN value IS 52 (20.70% from 255) = 13.90%
BLUE value IS 93 (36.72% from 255) = 24.87%
R=61.23%
G=13.90%
B=24.87%

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
Decimal229529300.770.590.10346.177.2955.1
HexE5345D04D3BA15a4d37
Octal345641350115731253211567
Binary1110010111010010111010100110111101110101010110101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5345D; }

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

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

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

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

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

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

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

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