#E67B86

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

Shades of Deep Blush #E67B86

Tints of Deep Blush #E67B86

Color information

#E67B86 (or 0xE67B86) is unknown color: approx Deep Blush. HEX triplet: E6, 7B and 86. RGB value is (230,123,134). Sum of RGB (Red+Green+Blue) = 230+123+134=487 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.23% from 487); Green value is 123 (48.44% from 255 or 25.26% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 230 - color contains mainly: red. Hex color #E67B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67B86 is #198479. Grayscale: #9C9C9C. Windows color (decimal): -1672314 or 8813542. OLE color: 8813542.

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

Color convert

RGB230123134-
CMYK00.470.420.10
HSL353.83º68.15%69.22%-
HSV(B)353.83º46.52%90.2%-
XYZ44.0232.7126.55-
YUV156.25115.45180.61-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 47.23%
GREEN value IS 123 (48.44% from 255) = 25.26%
BLUE value IS 134 (52.73% from 255) = 27.52%
R=47.23%
G=25.26%
B=27.52%

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
Decimal23012313400.470.420.10353.8368.1569.22
HexE67B8602F2AA1624445
Octal3461732060575212542104105
Binary111001101111011100001100101111101010101010110001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67B86; }

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

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

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

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

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

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

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

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