#E14F64

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

Shades of Cabaret #E14F64

Tints of Cabaret #E14F64

Color information

#E14F64 (or 0xE14F64) is unknown color: approx Cabaret. HEX triplet: E1, 4F and 64. RGB value is (225,79,100). Sum of RGB (Red+Green+Blue) = 225+79+100=404 (53% of max value = 765). Red value is 225 (88.28% from 255 or 55.69% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 225 - color contains mainly: red. Hex color #E14F64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E14F64 is #1EB09B. Grayscale: #7D7D7D. Windows color (decimal): -2011292 or 6574049. OLE color: 6574049.

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

Color convert

RGB22579100-
CMYK00.650.560.12
HSL351.37º70.87%59.61%-
HSV(B)351.37º64.89%88.24%-
XYZ36.1522.5214.5-
YUV125.05113.87199.29-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 55.69%
GREEN value IS 79 (31.25% from 255) = 19.55%
BLUE value IS 100 (39.45% from 255) = 24.75%
R=55.69%
G=19.55%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2257910000.650.560.12351.3770.8759.61
HexE14F6404138C15f473c
Octal3411171440101701453710774
Binary11100001100111111001000100000111100011001010111111000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E14F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E14F64; }

 p { color: rgb(225,79,100); }

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

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

 a { background-color: rgb(225,79,100); }

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

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

 span { border-color: rgb(225,79,100); }

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