#E26386

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

Shades of Deep Blush #E26386

Tints of Deep Blush #E26386

Color information

#E26386 (or 0xE26386) is unknown color: approx Deep Blush. HEX triplet: E2, 63 and 86. RGB value is (226,99,134). Sum of RGB (Red+Green+Blue) = 226+99+134=459 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.24% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 226 - color contains mainly: red. Hex color #E26386 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26386 is #1D9C79. Grayscale: #8C8C8C. Windows color (decimal): -1940602 or 8807394. OLE color: 8807394.

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

Color convert

RGB22699134-
CMYK00.560.410.11
HSL343.46º68.65%63.73%-
HSV(B)343.46º56.19%88.63%-
XYZ40.1326.8125.61-
YUV140.96124.08188.65-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 49.24%
GREEN value IS 99 (39.06% from 255) = 21.57%
BLUE value IS 134 (52.73% from 255) = 29.19%
R=49.24%
G=21.57%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269913400.560.410.11343.4668.6563.73
HexE2638603829B1574540
Octal3421432060705113527105100
Binary111000101100011100001100111000101001101110101011110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26386; }

 p { color: rgb(226,99,134); }

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

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

 a { background-color: rgb(226,99,134); }

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

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

 span { border-color: rgb(226,99,134); }

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