#EB7386

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

Shades of Deep Blush #EB7386

Tints of Deep Blush #EB7386

Color information

#EB7386 (or 0xEB7386) is unknown color: approx Deep Blush. HEX triplet: EB, 73 and 86. RGB value is (235,115,134). Sum of RGB (Red+Green+Blue) = 235+115+134=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7386 is #148C79. Grayscale: #999999. Windows color (decimal): -1346682 or 8811499. OLE color: 8811499.

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

Color convert

RGB235115134-
CMYK00.510.430.08
HSL350.5º75%68.63%-
HSV(B)350.5º51.06%92.16%-
XYZ44.6931.6426.31-
YUV153.05117.26186.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.55%
GREEN value IS 115 (45.31% from 255) = 23.76%
BLUE value IS 134 (52.73% from 255) = 27.69%
R=48.55%
G=23.76%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511513400.510.430.08350.57568.63
HexEB73860332B815e4b45
Octal3531632060635310536113105
Binary111010111110011100001100110011101011100010101111010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7386; }

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

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

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

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

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

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

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

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