#E5326D

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

Shades of Cerise #E5326D

Tints of Cerise #E5326D

Color information

#E5326D (or 0xE5326D) is unknown color: approx Cerise. HEX triplet: E5, 32 and 6D. RGB value is (229,50,109). Sum of RGB (Red+Green+Blue) = 229+50+109=388 (51% of max value = 765). Red value is 229 (89.84% from 255 or 59.02% from 388); Green value is 50 (19.92% from 255 or 12.89% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 229 - color contains mainly: red. Hex color #E5326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5326D is #1ACD92. Grayscale: #6E6E6E. Windows color (decimal): -1756563 or 7156453. OLE color: 7156453.

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

Color convert

RGB22950109-
CMYK00.780.520.10
HSL340.22º77.49%54.71%-
HSV(B)340.22º78.17%89.8%-
XYZ36.2120.0416.43-
YUV110.25127.3212.7-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 59.02%
GREEN value IS 50 (19.92% from 255) = 12.89%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=59.02%
G=12.89%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295010900.780.520.10340.2277.4954.71
HexE5326D04E34A1544d37
Octal345621550116641252411567
Binary1110010111001011011010100111011010010101010101001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5326D; }

 p { color: rgb(229,50,109); }

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

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

 a { background-color: rgb(229,50,109); }

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

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

 span { border-color: rgb(229,50,109); }

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