#ED7198

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

Shades of Deep Blush #ED7198

Tints of Deep Blush #ED7198

Color information

#ED7198 (or 0xED7198) is unknown color: approx Deep Blush. HEX triplet: ED, 71 and 98. RGB value is (237,113,152). Sum of RGB (Red+Green+Blue) = 237+113+152=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7198 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7198 is #128E67. Grayscale: #9A9A9A. Windows color (decimal): -1216104 or 9990637. OLE color: 9990637.

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

Color convert

RGB237113152-
CMYK00.520.360.07
HSL341.13º77.5%68.63%-
HSV(B)341.13º52.32%92.94%-
XYZ46.532.0833.45-
YUV154.52126.58186.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 152 (59.77% from 255) = 30.28%
R=47.21%
G=22.51%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711315200.520.360.07341.1377.568.63
HexED71980342471554e45
Octal355161230064447525116105
Binary11101101111000110011000011010010010011110101010110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7198; }

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

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

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

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

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

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

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

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