#E5325E

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

Shades of Cerise #E5325E

Tints of Cerise #E5325E

Color information

#E5325E (or 0xE5325E) is unknown color: approx Cerise. HEX triplet: E5, 32 and 5E. RGB value is (229,50,94). Sum of RGB (Red+Green+Blue) = 229+50+94=373 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.39% from 373); Green value is 50 (19.92% from 255 or 13.40% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 229 - color contains mainly: red. Hex color #E5325E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5325E is #1ACDA1. Grayscale: #6C6C6C. Windows color (decimal): -1756578 or 6173413. OLE color: 6173413.

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

Color convert

RGB2295094-
CMYK00.780.590.10
HSL345.25º77.49%54.71%-
HSV(B)345.25º78.17%89.8%-
XYZ35.4719.7512.53-
YUV108.54119.8213.92-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 61.39%
GREEN value IS 50 (19.92% from 255) = 13.40%
BLUE value IS 94 (37.11% from 255) = 25.20%
R=61.39%
G=13.40%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal229509400.780.590.10345.2577.4954.71
HexE5325E04E3BA1594d37
Octal345621360116731253111567
Binary1110010111001010111100100111011101110101010110011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5325E; }

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

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

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

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

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

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

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

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