#E26389

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

Shades of Deep Blush #E26389

Tints of Deep Blush #E26389

Color information

#E26389 (or 0xE26389) is unknown color: approx Deep Blush. HEX triplet: E2, 63 and 89. RGB value is (226,99,137). Sum of RGB (Red+Green+Blue) = 226+99+137=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 99 (39.06% from 255 or 21.43% from 462); Blue value is 137 (53.91% from 255 or 29.65% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E26389 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26389 is #1D9C76. Grayscale: #8D8D8D. Windows color (decimal): -1940599 or 9004002. OLE color: 9004002.

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

Color convert

RGB22699137-
CMYK00.560.390.11
HSL342.05º68.65%63.73%-
HSV(B)342.05º56.19%88.63%-
XYZ40.3426.926.73-
YUV141.3125.58188.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.92%
GREEN value IS 99 (39.06% from 255) = 21.43%
BLUE value IS 137 (53.91% from 255) = 29.65%
R=48.92%
G=21.43%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2269913700.560.390.11342.0568.6563.73
HexE2638903827B1564540
Octal3421432110704713526105100
Binary111000101100011100010010111000100111101110101011010001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26389; }

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

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

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

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

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

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

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

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