#E0536A

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

Shades of Cabaret #E0536A

Tints of Cabaret #E0536A

Color information

#E0536A (or 0xE0536A) is unknown color: approx Cabaret. HEX triplet: E0, 53 and 6A. RGB value is (224,83,106). Sum of RGB (Red+Green+Blue) = 224+83+106=413 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.24% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 224 - color contains mainly: red. Hex color #E0536A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0536A is #1FAC95. Grayscale: #7F7F7F. Windows color (decimal): -2075798 or 6968288. OLE color: 6968288.

HSL color Cylindrical-coordinate representation of color #E0536A: hue angle of 350.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E0536A is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22483106-
CMYK00.630.530.12
HSL350.21º69.46%60.2%-
HSV(B)350.21º62.95%87.84%-
XYZ36.4423.0716.17-
YUV127.78115.71196.63-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 54.24%
GREEN value IS 83 (32.81% from 255) = 20.10%
BLUE value IS 106 (41.80% from 255) = 25.67%
R=54.24%
G=20.10%
B=25.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2248310600.630.530.12350.2169.4660.2
HexE0536A03F35C15e453c
Octal340123152077651453610574
Binary1110000010100111101010011111111010111001010111101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0536A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0536A; }

 p { color: rgb(224,83,106); }

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

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

 a { background-color: rgb(224,83,106); }

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

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

 span { border-color: rgb(224,83,106); }

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