#e66785

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

Shades of Deep Blush #E66785

Tints of Deep Blush #E66785

Color information

#E66785 (or 0xE66785) is unknown color: approx Deep Blush. HEX triplet: E6, 67 and 85. RGB value is (230,103,133). Sum of RGB (Red+Green+Blue) = 230+103+133=466 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.36% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 230 - color contains mainly: red. Hex color #E66785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E66785 is #19987A. Grayscale: #909090. Windows color (decimal): -1677435 or 8742886. OLE color: 8742886.

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

Color convert

RGB230103133-
CMYK00.550.420.10
HSL345.83º71.75%65.29%-
HSV(B)345.83º55.22%90.2%-
XYZ41.7228.2225.44-
YUV144.39121.58189.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 49.36%
GREEN value IS 103 (40.62% from 255) = 22.10%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=49.36%
G=22.10%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23010313300.550.420.10345.8371.7565.29
HexE667850372AA15a4841
Octal3461472050675212532110101
Binary111001101100111100001010110111101010101010101101010010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e66785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e66785; }

 p { color: rgb(230,103,133); }

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

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

 a { background-color: rgb(230,103,133); }

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

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

 span { border-color: rgb(230,103,133); }

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