#E67086

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

Shades of Deep Blush #E67086

Tints of Deep Blush #E67086

Color information

#E67086 (or 0xE67086) is unknown color: approx Deep Blush. HEX triplet: E6, 70 and 86. RGB value is (230,112,134). Sum of RGB (Red+Green+Blue) = 230+112+134=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E67086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67086 is #198F79. Grayscale: #959595. Windows color (decimal): -1675130 or 8810726. OLE color: 8810726.

HSL color Cylindrical-coordinate representation of color #E67086: hue angle of 348.81º 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 #E67086 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230112134-
CMYK00.510.420.10
HSL348.81º70.24%67.06%-
HSV(B)348.81º51.3%90.2%-
XYZ42.7330.1326.12-
YUV149.79119.09185.21-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 134 (52.73% from 255) = 28.15%
R=48.32%
G=23.53%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011213400.510.420.10348.8170.2467.06
HexE670860332AA15d4643
Octal3461602060635212535106103
Binary111001101110000100001100110011101010101010101110110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67086; }

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

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

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

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

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

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

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

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