#ED7287

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

Shades of Deep Blush #ED7287

Tints of Deep Blush #ED7287

Color information

#ED7287 (or 0xED7287) is unknown color: approx Deep Blush. HEX triplet: ED, 72 and 87. RGB value is (237,114,135). Sum of RGB (Red+Green+Blue) = 237+114+135=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 114 (44.92% from 255 or 23.46% from 486); Blue value is 135 (53.12% from 255 or 27.78% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7287 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7287 is #128D78. Grayscale: #999999. Windows color (decimal): -1215865 or 8876781. OLE color: 8876781.

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

Color convert

RGB237114135-
CMYK00.520.430.07
HSL349.76º77.36%68.82%-
HSV(B)349.76º51.9%92.94%-
XYZ45.3231.7926.67-
YUV153.17117.75187.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.77%
GREEN value IS 114 (44.92% from 255) = 23.46%
BLUE value IS 135 (53.12% from 255) = 27.78%
R=48.77%
G=23.46%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711413500.520.430.07349.7677.3668.82
HexED72870342B715e4d45
Octal355162207064537536115105
Binary11101101111001010000111011010010101111110101111010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7287; }

 p { color: rgb(237,114,135); }

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

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

 a { background-color: rgb(237,114,135); }

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

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

 span { border-color: rgb(237,114,135); }

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