#eb7285

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

Shades of Deep Blush #EB7285

Tints of Deep Blush #EB7285

Color information

#EB7285 (or 0xEB7285) is unknown color: approx Deep Blush. HEX triplet: EB, 72 and 85. RGB value is (235,114,133). Sum of RGB (Red+Green+Blue) = 235+114+133=482 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.76% from 482); Green value is 114 (44.92% from 255 or 23.65% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7285 is #148D7A. Grayscale: #989898. Windows color (decimal): -1346939 or 8745707. OLE color: 8745707.

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

Color convert

RGB235114133-
CMYK00.510.430.08
HSL350.58º75.16%68.43%-
HSV(B)350.58º51.49%92.16%-
XYZ44.5131.3925.9-
YUV152.34117.09186.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 48.76%
GREEN value IS 114 (44.92% from 255) = 23.65%
BLUE value IS 133 (52.34% from 255) = 27.59%
R=48.76%
G=23.65%
B=27.59%

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
Decimal23511413300.510.430.08350.5875.1668.43
HexEB72850332B815f4b44
Octal3531622050635310537113104
Binary111010111110010100001010110011101011100010101111110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb7285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb7285; }

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

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

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

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

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

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

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

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