#ED7193

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

Shades of Deep Blush #ED7193

Tints of Deep Blush #ED7193

Color information

#ED7193 (or 0xED7193) is unknown color: approx Deep Blush. HEX triplet: ED, 71 and 93. RGB value is (237,113,147). Sum of RGB (Red+Green+Blue) = 237+113+147=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7193 is #128E6C. Grayscale: #999999. Windows color (decimal): -1216109 or 9662957. OLE color: 9662957.

HSL color Cylindrical-coordinate representation of color #ED7193: hue angle of 343.55º degrees, saturation: 0.78, 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 #ED7193 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB237113147-
CMYK00.520.380.07
HSL343.55º77.5%68.63%-
HSV(B)343.55º52.32%92.94%-
XYZ46.131.9231.34-
YUV153.95124.08187.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.69%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 147 (57.81% from 255) = 29.58%
R=47.69%
G=22.74%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711314700.520.380.07343.5577.568.63
HexED71930342671584e45
Octal355161223064467530116105
Binary11101101111000110010011011010010011011110101100010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7193; }

 p { color: rgb(237,113,147); }

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

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

 a { background-color: rgb(237,113,147); }

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

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

 span { border-color: rgb(237,113,147); }

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