#ed7785

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

Shades of Deep Blush #ED7785

Tints of Deep Blush #ED7785

Color information

#ED7785 (or 0xED7785) is unknown color: approx Deep Blush. HEX triplet: ED, 77 and 85. RGB value is (237,119,133). Sum of RGB (Red+Green+Blue) = 237+119+133=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7785 is #12887A. Grayscale: #9B9B9B. Windows color (decimal): -1214587 or 8746989. OLE color: 8746989.

HSL color Cylindrical-coordinate representation of color #ED7785: hue angle of 352.88º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ED7785 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB237119133-
CMYK00.500.440.07
HSL352.88º76.62%69.8%-
HSV(B)352.88º49.79%92.94%-
XYZ45.7632.8926.13-
YUV155.88115.09185.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=48.47%
G=24.34%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711913300.500.440.07352.8876.6269.8
HexED77850322C71614d46
Octal355167205062547541115106
Binary11101101111011110000101011001010110011110110000110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed7785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed7785; }

 p { color: rgb(237,119,133); }

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

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

 a { background-color: rgb(237,119,133); }

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

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

 span { border-color: rgb(237,119,133); }

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