#E26688

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

Shades of Deep Blush #E26688

Tints of Deep Blush #E26688

Color information

#E26688 (or 0xE26688) is unknown color: approx Deep Blush. HEX triplet: E2, 66 and 88. RGB value is (226,102,136). Sum of RGB (Red+Green+Blue) = 226+102+136=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E26688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26688 is #1D9977. Grayscale: #8E8E8E. Windows color (decimal): -1939832 or 8939234. OLE color: 8939234.

HSL color Cylindrical-coordinate representation of color #E26688: hue angle of 343.55º 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 #E26688 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB226102136-
CMYK00.550.400.11
HSL343.55º68.13%64.31%-
HSV(B)343.55º54.87%88.63%-
XYZ40.5627.4526.45-
YUV142.95124.08187.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.71%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 136 (53.52% from 255) = 29.31%
R=48.71%
G=21.98%
B=29.31%

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
Decimal22610213600.550.400.11343.5568.1364.31
HexE2668803728B1584440
Octal3421462100675013530104100
Binary111000101100110100010000110111101000101110101100010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26688; }

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

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

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

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

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

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

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

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