#E5388E

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

Shades of Deep Cerise #E5388E

Tints of Deep Cerise #E5388E

Color information

#E5388E (or 0xE5388E) is unknown color: approx Deep Cerise. HEX triplet: E5, 38 and 8E. RGB value is (229,56,142). Sum of RGB (Red+Green+Blue) = 229+56+142=427 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.63% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 229 - color contains mainly: red. Hex color #E5388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5388E is #1AC771. Grayscale: #757575. Windows color (decimal): -1754994 or 9320677. OLE color: 9320677.

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

Color convert

RGB22956142-
CMYK00.760.380.10
HSL330.17º76.89%55.88%-
HSV(B)330.17º75.55%89.8%-
XYZ38.6121.4427.69-
YUV117.53141.81207.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.63%
GREEN value IS 56 (22.27% from 255) = 13.11%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=53.63%
G=13.11%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2295614200.760.380.10330.1776.8955.88
HexE5388E04C26A14a4d38
Octal345702160114461251211570
Binary11100101111000100011100100110010011010101010010101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5388E; }

 p { color: rgb(229,56,142); }

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

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

 a { background-color: rgb(229,56,142); }

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

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

 span { border-color: rgb(229,56,142); }

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