#E26588

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

Shades of Deep Blush #E26588

Tints of Deep Blush #E26588

Color information

#E26588 (or 0xE26588) is unknown color: approx Deep Blush. HEX triplet: E2, 65 and 88. RGB value is (226,101,136). Sum of RGB (Red+Green+Blue) = 226+101+136=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E26588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26588 is #1D9A77. Grayscale: #8E8E8E. Windows color (decimal): -1940088 or 8938978. OLE color: 8938978.

HSL color Cylindrical-coordinate representation of color #E26588: hue angle of 343.2º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E26588 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226101136-
CMYK00.550.400.11
HSL343.2º68.31%64.12%-
HSV(B)343.2º55.31%88.63%-
XYZ40.4627.2526.42-
YUV142.36124.41187.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 101 (39.84% from 255) = 21.81%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=48.81%
G=21.81%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22610113600.550.400.11343.268.3164.12
HexE2658803728B1574440
Octal3421452100675013527104100
Binary111000101100101100010000110111101000101110101011110001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26588; }

 p { color: rgb(226,101,136); }

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

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

 a { background-color: rgb(226,101,136); }

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

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

 span { border-color: rgb(226,101,136); }

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