#E54068

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

Shades of Cerise #E54068

Tints of Cerise #E54068

Color information

#E54068 (or 0xE54068) is unknown color: approx Cerise. HEX triplet: E5, 40 and 68. RGB value is (229,64,104). Sum of RGB (Red+Green+Blue) = 229+64+104=397 (52% of max value = 765). Red value is 229 (89.84% from 255 or 57.68% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 229 - color contains mainly: red. Hex color #E54068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54068 is #1ABF97. Grayscale: #757575. Windows color (decimal): -1752984 or 6832357. OLE color: 6832357.

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

Color convert

RGB22964104-
CMYK00.720.550.10
HSL345.45º76.04%57.45%-
HSV(B)345.45º72.05%89.8%-
XYZ36.6521.3215.28-
YUV117.9120.16207.25-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 57.68%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 104 (41.02% from 255) = 26.20%
R=57.68%
G=16.12%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2296410400.720.550.10345.4576.0457.45
HexE5406804837A1594c39
Octal3451001500110671253111471
Binary11100101100000011010000100100011011110101010110011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E54068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E54068; }

 p { color: rgb(229,64,104); }

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

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

 a { background-color: rgb(229,64,104); }

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

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

 span { border-color: rgb(229,64,104); }

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