#E55064

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

Shades of Cabaret #E55064

Tints of Cabaret #E55064

Color information

#E55064 (or 0xE55064) is unknown color: approx Cabaret. HEX triplet: E5, 50 and 64. RGB value is (229,80,100). Sum of RGB (Red+Green+Blue) = 229+80+100=409 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.99% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 229 - color contains mainly: red. Hex color #E55064 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E55064 is #1AAF9B. Grayscale: #7E7E7E. Windows color (decimal): -1748892 or 6574309. OLE color: 6574309.

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

Color convert

RGB22980100-
CMYK00.650.560.10
HSL351.95º74.13%60.59%-
HSV(B)351.95º65.07%89.8%-
XYZ37.4823.3214.58-
YUV126.83112.86200.87-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 55.99%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 100 (39.45% from 255) = 24.45%
R=55.99%
G=19.56%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2298010000.650.560.10351.9574.1360.59
HexE5506404138A1604a3d
Octal3451201440101701254011275
Binary11100101101000011001000100000111100010101011000001001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E55064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E55064; }

 p { color: rgb(229,80,100); }

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

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

 a { background-color: rgb(229,80,100); }

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

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

 span { border-color: rgb(229,80,100); }

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