#EB7586

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

Shades of Deep Blush #EB7586

Tints of Deep Blush #EB7586

Color information

#EB7586 (or 0xEB7586) is unknown color: approx Deep Blush. HEX triplet: EB, 75 and 86. RGB value is (235,117,134). Sum of RGB (Red+Green+Blue) = 235+117+134=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7586 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7586 is #148A79. Grayscale: #9A9A9A. Windows color (decimal): -1346170 or 8812011. OLE color: 8812011.

HSL color Cylindrical-coordinate representation of color #EB7586: hue angle of 351.36º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB7586 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB235117134-
CMYK00.500.430.08
HSL351.36º74.68%69.02%-
HSV(B)351.36º50.21%92.16%-
XYZ44.9332.1126.38-
YUV154.22116.59185.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.35%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 134 (52.73% from 255) = 27.57%
R=48.35%
G=24.07%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511713400.500.430.08351.3674.6869.02
HexEB75860322B815f4b45
Octal3531652060625310537113105
Binary111010111110101100001100110010101011100010101111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7586; }

 p { color: rgb(235,117,134); }

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

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

 a { background-color: rgb(235,117,134); }

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

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

 span { border-color: rgb(235,117,134); }

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