#E14C67

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

Shades of Cabaret #E14C67

Tints of Cabaret #E14C67

Color information

#E14C67 (or 0xE14C67) is unknown color: approx Cabaret. HEX triplet: E1, 4C and 67. RGB value is (225,76,103). Sum of RGB (Red+Green+Blue) = 225+76+103=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E14C67 is #1EB398. Grayscale: #7B7B7B. Windows color (decimal): -2012057 or 6769889. OLE color: 6769889.

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

Color convert

RGB22576103-
CMYK00.660.540.12
HSL349.13º71.29%59.02%-
HSV(B)349.13º66.22%88.24%-
XYZ36.0822.1615.21-
YUV123.63116.36200.3-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 76 (30.08% from 255) = 18.81%
BLUE value IS 103 (40.62% from 255) = 25.50%
R=55.69%
G=18.81%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257610300.660.540.12349.1371.2959.02
HexE14C6704236C15d473b
Octal3411141470102661453510773
Binary11100001100110011001110100001011011011001010111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14C67; }

 p { color: rgb(225,76,103); }

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

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

 a { background-color: rgb(225,76,103); }

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

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

 span { border-color: rgb(225,76,103); }

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