#E15268

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

Shades of Cabaret #E15268

Tints of Cabaret #E15268

Color information

#E15268 (or 0xE15268) is unknown color: approx Cabaret. HEX triplet: E1, 52 and 68. RGB value is (225,82,104). Sum of RGB (Red+Green+Blue) = 225+82+104=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E15268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E15268 is #1EAD97. Grayscale: #7F7F7F. Windows color (decimal): -2010520 or 6836961. OLE color: 6836961.

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

Color convert

RGB22582104-
CMYK00.640.540.12
HSL350.77º70.44%60.2%-
HSV(B)350.77º63.56%88.24%-
XYZ36.5723.0415.62-
YUV127.26114.88197.71-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 54.74%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 104 (41.02% from 255) = 25.30%
R=54.74%
G=19.95%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2258210400.640.540.12350.7770.4460.2
HexE1526804036C15f463c
Octal3411221500100661453710674
Binary11100001101001011010000100000011011011001010111111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E15268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E15268; }

 p { color: rgb(225,82,104); }

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

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

 a { background-color: rgb(225,82,104); }

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

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

 span { border-color: rgb(225,82,104); }

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