#E04B66

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

Shades of Cabaret #E04B66

Tints of Cabaret #E04B66

Color information

#E04B66 (or 0xE04B66) is unknown color: approx Cabaret. HEX triplet: E0, 4B and 66. RGB value is (224,75,102). Sum of RGB (Red+Green+Blue) = 224+75+102=401 (53% of max value = 765). Red value is 224 (87.89% from 255 or 55.86% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 224 - color contains mainly: red. Hex color #E04B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E04B66 is #1FB499. Grayscale: #7A7A7A. Windows color (decimal): -2077850 or 6704096. OLE color: 6704096.

HSL color Cylindrical-coordinate representation of color #E04B66: 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.67%. Process color model (Four color, CMYK) of #E04B66 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB22475102-
CMYK00.670.540.12
HSL349.13º70.62%58.63%-
HSV(B)349.13º66.52%87.84%-
XYZ35.6521.8414.91-
YUV122.63116.36200.3-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 55.86%
GREEN value IS 75 (29.69% from 255) = 18.70%
BLUE value IS 102 (40.23% from 255) = 25.44%
R=55.86%
G=18.70%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2247510200.670.540.12349.1370.6258.63
HexE04B6604336C15d473b
Octal3401131460103661453510773
Binary11100000100101111001100100001111011011001010111011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E04B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E04B66; }

 p { color: rgb(224,75,102); }

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

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

 a { background-color: rgb(224,75,102); }

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

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

 span { border-color: rgb(224,75,102); }

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