#ED7485

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

Shades of Deep Blush #ED7485

Tints of Deep Blush #ED7485

Color information

#ED7485 (or 0xED7485) is unknown color: approx Deep Blush. HEX triplet: ED, 74 and 85. RGB value is (237,116,133). Sum of RGB (Red+Green+Blue) = 237+116+133=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7485 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7485 is #128B7A. Grayscale: #9A9A9A. Windows color (decimal): -1215355 or 8746221. OLE color: 8746221.

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

Color convert

RGB237116133-
CMYK00.510.440.07
HSL351.57º77.07%69.22%-
HSV(B)351.57º51.05%92.94%-
XYZ45.432.1926.01-
YUV154.12116.09187.12-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=48.77%
G=23.87%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711613300.510.440.07351.5777.0769.22
HexED74850332C71604d45
Octal355164205063547540115105
Binary11101101111010010000101011001110110011110110000010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7485; }

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

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

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

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

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

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

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

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