#E14865

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

Shades of Cabaret #E14865

Tints of Cabaret #E14865

Color information

#E14865 (or 0xE14865) is unknown color: approx Cabaret. HEX triplet: E1, 48 and 65. RGB value is (225,72,101). Sum of RGB (Red+Green+Blue) = 225+72+101=398 (52% of max value = 765). Red value is 225 (88.28% from 255 or 56.53% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 225 - color contains mainly: red. Hex color #E14865 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14865 is #1EB79A. Grayscale: #797979. Windows color (decimal): -2013083 or 6637793. OLE color: 6637793.

HSL color Cylindrical-coordinate representation of color #E14865: hue angle of 348.63º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E14865 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB22572101-
CMYK00.680.550.12
HSL348.63º71.83%58.24%-
HSV(B)348.63º68%88.24%-
XYZ35.7221.5814.6-
YUV121.05116.69202.14-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 56.53%
GREEN value IS 72 (28.52% from 255) = 18.09%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=56.53%
G=18.09%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257210100.680.550.12348.6371.8358.24
HexE1486504437C15d483a
Octal3411101450104671453511072
Binary11100001100100011001010100010011011111001010111011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14865; }

 p { color: rgb(225,72,101); }

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

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

 a { background-color: rgb(225,72,101); }

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

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

 span { border-color: rgb(225,72,101); }

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