#ED708E

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

Shades of Deep Blush #ED708E

Tints of Deep Blush #ED708E

Color information

#ED708E (or 0xED708E) is unknown color: approx Deep Blush. HEX triplet: ED, 70 and 8E. RGB value is (237,112,142). Sum of RGB (Red+Green+Blue) = 237+112+142=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #ED708E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED708E is #128F71. Grayscale: #989898. Windows color (decimal): -1216370 or 9335021. OLE color: 9335021.

HSL color Cylindrical-coordinate representation of color #ED708E: hue angle of 345.6º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED708E is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB237112142-
CMYK00.530.400.07
HSL345.6º77.64%68.43%-
HSV(B)345.6º52.74%92.94%-
XYZ45.631.5529.28-
YUV152.79121.91188.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.27%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 142 (55.86% from 255) = 28.92%
R=48.27%
G=22.81%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711214200.530.400.07345.677.6468.43
HexED708E03528715a4e44
Octal355160216065507532116104
Binary11101101111000010001110011010110100011110101101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED708E; }

 p { color: rgb(237,112,142); }

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

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

 a { background-color: rgb(237,112,142); }

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

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

 span { border-color: rgb(237,112,142); }

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