#E44D65

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

Shades of Cabaret #E44D65

Tints of Cabaret #E44D65

Color information

#E44D65 (or 0xE44D65) is unknown color: approx Cabaret. HEX triplet: E4, 4D and 65. RGB value is (228,77,101). Sum of RGB (Red+Green+Blue) = 228+77+101=406 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.16% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44D65 is #1BB29A. Grayscale: #7C7C7C. Windows color (decimal): -1815195 or 6639076. OLE color: 6639076.

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

Color convert

RGB22877101-
CMYK00.660.560.11
HSL350.46º73.66%59.8%-
HSV(B)350.46º66.23%89.41%-
XYZ3722.7414.75-
YUV124.88114.53201.55-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.16%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=56.16%
G=18.97%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2287710100.660.560.11350.4673.6659.8
HexE44D6504238B15e4a3c
Octal3441151450102701353611274
Binary11100100100110111001010100001011100010111010111101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44D65; }

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

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

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

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

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

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

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

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