#EB6685

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

Shades of Deep Blush #EB6685

Tints of Deep Blush #EB6685

Color information

#EB6685 (or 0xEB6685) is unknown color: approx Deep Blush. HEX triplet: EB, 66 and 85. RGB value is (235,102,133). Sum of RGB (Red+Green+Blue) = 235+102+133=470 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50% from 470); Green value is 102 (40.23% from 255 or 21.70% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6685 is #14997A. Grayscale: #919191. Windows color (decimal): -1350011 or 8742635. OLE color: 8742635.

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

Color convert

RGB235102133-
CMYK00.570.430.08
HSL346.02º76.88%66.08%-
HSV(B)346.02º56.6%92.16%-
XYZ43.2528.8625.48-
YUV145.3121.06191.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50%
GREEN value IS 102 (40.23% from 255) = 21.70%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=50%
G=21.70%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510213300.570.430.08346.0276.8866.08
HexEB66850392B815a4d42
Octal3531462050715310532115102
Binary111010111100110100001010111001101011100010101101010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6685; }

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

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

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

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

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

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

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

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