#E67386

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

Shades of Deep Blush #E67386

Tints of Deep Blush #E67386

Color information

#E67386 (or 0xE67386) is unknown color: approx Deep Blush. HEX triplet: E6, 73 and 86. RGB value is (230,115,134). Sum of RGB (Red+Green+Blue) = 230+115+134=479 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.02% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 230 - color contains mainly: red. Hex color #E67386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67386 is #198C79. Grayscale: #979797. Windows color (decimal): -1674362 or 8811494. OLE color: 8811494.

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

Color convert

RGB230115134-
CMYK00.50.420.10
HSL350.09º69.7%67.65%-
HSV(B)350.09º50%90.2%-
XYZ43.0730.8126.23-
YUV151.55118.1183.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 48.02%
GREEN value IS 115 (45.31% from 255) = 24.01%
BLUE value IS 134 (52.73% from 255) = 27.97%
R=48.02%
G=24.01%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011513400.50.420.10350.0969.767.65
HexE673860322AA15e4644
Octal3461632060625212536106104
Binary111001101110011100001100110010101010101010101111010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E67386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E67386; }

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

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

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

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

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

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

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

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