#E45065

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

Shades of Cabaret #E45065

Tints of Cabaret #E45065

Color information

#E45065 (or 0xE45065) is unknown color: approx Cabaret. HEX triplet: E4, 50 and 65. RGB value is (228,80,101). Sum of RGB (Red+Green+Blue) = 228+80+101=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E45065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45065 is #1BAF9A. Grayscale: #7E7E7E. Windows color (decimal): -1814427 or 6639844. OLE color: 6639844.

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

Color convert

RGB22880101-
CMYK00.650.560.11
HSL351.49º73.27%60.39%-
HSV(B)351.49º64.91%89.41%-
XYZ37.2123.1714.82-
YUV126.65113.53200.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.75%
GREEN value IS 80 (31.64% from 255) = 19.56%
BLUE value IS 101 (39.84% from 255) = 24.69%
R=55.75%
G=19.56%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2288010100.650.560.11351.4973.2760.39
HexE4506504138B15f493c
Octal3441201450101701353711174
Binary11100100101000011001010100000111100010111010111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E45065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E45065; }

 p { color: rgb(228,80,101); }

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

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

 a { background-color: rgb(228,80,101); }

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

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

 span { border-color: rgb(228,80,101); }

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