#E25968

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

Shades of Cabaret #E25968

Tints of Cabaret #E25968

Color information

#E25968 (or 0xE25968) is unknown color: approx Cabaret. HEX triplet: E2, 59 and 68. RGB value is (226,89,104). Sum of RGB (Red+Green+Blue) = 226+89+104=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E25968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E25968 is #1DA697. Grayscale: #838383. Windows color (decimal): -1943192 or 6838754. OLE color: 6838754.

HSL color Cylindrical-coordinate representation of color #E25968: hue angle of 353.43º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E25968 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB22689104-
CMYK00.610.540.11
HSL353.43º70.26%61.76%-
HSV(B)353.43º60.62%88.63%-
XYZ37.4424.3115.82-
YUV131.67112.39195.28-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.94%
GREEN value IS 89 (35.16% from 255) = 21.24%
BLUE value IS 104 (41.02% from 255) = 24.82%
R=53.94%
G=21.24%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2268910400.610.540.11353.4370.2661.76
HexE2596803D36B161463e
Octal342131150075661354110676
Binary1110001010110011101000011110111011010111011000011000110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E25968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E25968; }

 p { color: rgb(226,89,104); }

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

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

 a { background-color: rgb(226,89,104); }

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

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

 span { border-color: rgb(226,89,104); }

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