#EB6F96

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

Shades of Deep Blush #EB6F96

Tints of Deep Blush #EB6F96

Color information

#EB6F96 (or 0xEB6F96) is unknown color: approx Deep Blush. HEX triplet: EB, 6F and 96. RGB value is (235,111,150). Sum of RGB (Red+Green+Blue) = 235+111+150=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6F96 is #149069. Grayscale: #989898. Windows color (decimal): -1347690 or 9859051. OLE color: 9859051.

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

Color convert

RGB235111150-
CMYK00.530.360.08
HSL341.13º75.61%67.84%-
HSV(B)341.13º52.77%92.16%-
XYZ45.4531.2332.49-
YUV152.52126.58186.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.38%
GREEN value IS 111 (43.75% from 255) = 22.38%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=47.38%
G=22.38%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511115000.530.360.08341.1375.6167.84
HexEB6F960352481554c44
Octal3531572260654410525114104
Binary111010111101111100101100110101100100100010101010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6F96; }

 p { color: rgb(235,111,150); }

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

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

 a { background-color: rgb(235,111,150); }

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

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

 span { border-color: rgb(235,111,150); }

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