#E26489

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

Shades of Deep Blush #E26489

Tints of Deep Blush #E26489

Color information

#E26489 (or 0xE26489) is unknown color: approx Deep Blush. HEX triplet: E2, 64 and 89. RGB value is (226,100,137). Sum of RGB (Red+Green+Blue) = 226+100+137=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 100 (39.45% from 255 or 21.60% from 463); Blue value is 137 (53.91% from 255 or 29.59% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E26489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E26489 is #1D9B76. Grayscale: #8D8D8D. Windows color (decimal): -1940343 or 9004258. OLE color: 9004258.

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

Color convert

RGB226100137-
CMYK00.560.390.11
HSL342.38º68.48%63.92%-
HSV(B)342.38º55.75%88.63%-
XYZ40.4427.0926.76-
YUV141.89125.24187.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 48.81%
GREEN value IS 100 (39.45% from 255) = 21.60%
BLUE value IS 137 (53.91% from 255) = 29.59%
R=48.81%
G=21.60%
B=29.59%

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
Decimal22610013700.560.390.11342.3868.4863.92
HexE2648903827B1564440
Octal3421442110704713526104100
Binary111000101100100100010010111000100111101110101011010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E26489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E26489; }

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

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

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

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

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

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

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

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