#E05A6A

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

Shades of Cabaret #E05A6A

Tints of Cabaret #E05A6A

Color information

#E05A6A (or 0xE05A6A) is unknown color: approx Cabaret. HEX triplet: E0, 5A and 6A. RGB value is (224,90,106). Sum of RGB (Red+Green+Blue) = 224+90+106=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E05A6A is #1FA595. Grayscale: #838383. Windows color (decimal): -2074006 or 6970080. OLE color: 6970080.

HSL color Cylindrical-coordinate representation of color #E05A6A: hue angle of 352.84º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E05A6A is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB22490106-
CMYK00.600.530.12
HSL352.84º68.37%61.57%-
HSV(B)352.84º59.82%87.84%-
XYZ3724.216.36-
YUV131.89113.39193.7-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 53.33%
GREEN value IS 90 (35.55% from 255) = 21.43%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=53.33%
G=21.43%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2249010600.600.530.12352.8468.3761.57
HexE05A6A03C35C161443e
Octal340132152074651454110476
Binary1110000010110101101010011110011010111001011000011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E05A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E05A6A; }

 p { color: rgb(224,90,106); }

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

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

 a { background-color: rgb(224,90,106); }

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

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

 span { border-color: rgb(224,90,106); }

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