#ED7390

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

Shades of Deep Blush #ED7390

Tints of Deep Blush #ED7390

Color information

#ED7390 (or 0xED7390) is unknown color: approx Deep Blush. HEX triplet: ED, 73 and 90. RGB value is (237,115,144). Sum of RGB (Red+Green+Blue) = 237+115+144=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7390 is #128C6F. Grayscale: #9A9A9A. Windows color (decimal): -1215600 or 9466861. OLE color: 9466861.

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

Color convert

RGB237115144-
CMYK00.510.390.07
HSL345.74º77.22%69.02%-
HSV(B)345.74º51.48%92.94%-
XYZ46.0932.2830.19-
YUV154.78121.92186.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.78%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 144 (56.64% from 255) = 29.03%
R=47.78%
G=23.19%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711514400.510.390.07345.7477.2269.02
HexED739003327715a4d45
Octal355163220063477532115105
Binary11101101111001110010000011001110011111110101101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7390; }

 p { color: rgb(237,115,144); }

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

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

 a { background-color: rgb(237,115,144); }

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

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

 span { border-color: rgb(237,115,144); }

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