#EB6B95

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

Shades of Deep Blush #EB6B95

Tints of Deep Blush #EB6B95

Color information

#EB6B95 (or 0xEB6B95) is unknown color: approx Deep Blush. HEX triplet: EB, 6B and 95. RGB value is (235,107,149). Sum of RGB (Red+Green+Blue) = 235+107+149=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB6B95 is #14946A. Grayscale: #969696. Windows color (decimal): -1348715 or 9792491. OLE color: 9792491.

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

Color convert

RGB235107149-
CMYK00.540.370.08
HSL340.31º76.19%67.06%-
HSV(B)340.31º54.47%92.16%-
XYZ44.9430.3531.92-
YUV150.06127.41188.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.86%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=47.86%
G=21.79%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23510714900.540.370.08340.3176.1967.06
HexEB6B950362581544c43
Octal3531532250664510524114103
Binary111010111101011100101010110110100101100010101010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB6B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB6B95; }

 p { color: rgb(235,107,149); }

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

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

 a { background-color: rgb(235,107,149); }

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

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

 span { border-color: rgb(235,107,149); }

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