#EB6985

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

Shades of Deep Blush #EB6985

Tints of Deep Blush #EB6985

Color information

#EB6985 (or 0xEB6985) is unknown color: approx Deep Blush. HEX triplet: EB, 69 and 85. RGB value is (235,105,133). Sum of RGB (Red+Green+Blue) = 235+105+133=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6985 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6985 is #14967A. Grayscale: #939393. Windows color (decimal): -1349243 or 8743403. OLE color: 8743403.

HSL color Cylindrical-coordinate representation of color #EB6985: hue angle of 347.08º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EB6985 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235105133-
CMYK00.550.430.08
HSL347.08º76.47%66.67%-
HSV(B)347.08º55.32%92.16%-
XYZ43.5529.4625.58-
YUV147.06120.07190.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.68%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=49.68%
G=22.20%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510513300.550.430.08347.0876.4766.67
HexEB69850372B815b4c43
Octal3531512050675310533114103
Binary111010111101001100001010110111101011100010101101110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6985; }

 p { color: rgb(235,105,133); }

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

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

 a { background-color: rgb(235,105,133); }

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

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

 span { border-color: rgb(235,105,133); }

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