#e67089

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

Shades of Deep Blush #E67089

Tints of Deep Blush #E67089

Color information

#E67089 (or 0xE67089) is unknown color: approx Deep Blush. HEX triplet: E6, 70 and 89. RGB value is (230,112,137). Sum of RGB (Red+Green+Blue) = 230+112+137=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 137 (53.91% from 255 or 28.60% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67089 is #198F76. Grayscale: #969696. Windows color (decimal): -1675127 or 9007334. OLE color: 9007334.

HSL color Cylindrical-coordinate representation of color #E67089: hue angle of 347.29º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E67089 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB230112137-
CMYK00.510.400.10
HSL347.29º70.24%67.06%-
HSV(B)347.29º51.3%90.2%-
XYZ42.9430.2227.24-
YUV150.13120.59184.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.02%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 137 (53.91% from 255) = 28.60%
R=48.02%
G=23.38%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011213700.510.400.10347.2970.2467.06
HexE6708903328A15b4643
Octal3461602110635012533106103
Binary111001101110000100010010110011101000101010101101110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e67089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e67089; }

 p { color: rgb(230,112,137); }

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

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

 a { background-color: rgb(230,112,137); }

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

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

 span { border-color: rgb(230,112,137); }

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