#E67A86

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

Shades of Deep Blush #E67A86

Tints of Deep Blush #E67A86

Color information

#E67A86 (or 0xE67A86) is unknown color: approx Deep Blush. HEX triplet: E6, 7A and 86. RGB value is (230,122,134). Sum of RGB (Red+Green+Blue) = 230+122+134=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E67A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67A86 is #198579. Grayscale: #9B9B9B. Windows color (decimal): -1672570 or 8813286. OLE color: 8813286.

HSL color Cylindrical-coordinate representation of color #E67A86: hue angle of 353.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E67A86 is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230122134-
CMYK00.470.420.10
HSL353.33º68.35%69.02%-
HSV(B)353.33º46.96%90.2%-
XYZ43.932.4626.51-
YUV155.66115.78181.02-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.33%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=47.33%
G=25.10%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23012213400.470.420.10353.3368.3569.02
HexE67A8602F2AA1614445
Octal3461722060575212541104105
Binary111001101111010100001100101111101010101010110000110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67A86; }

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

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

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

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

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

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

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

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