#ED7591

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

Shades of Deep Blush #ED7591

Tints of Deep Blush #ED7591

Color information

#ED7591 (or 0xED7591) is unknown color: approx Deep Blush. HEX triplet: ED, 75 and 91. RGB value is (237,117,145). Sum of RGB (Red+Green+Blue) = 237+117+145=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 117 (46.09% from 255 or 23.45% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7591 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7591 is #128A6E. Grayscale: #9C9C9C. Windows color (decimal): -1215087 or 9532909. OLE color: 9532909.

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

Color convert

RGB237117145-
CMYK00.510.390.07
HSL346º76.92%69.41%-
HSV(B)346º50.63%92.94%-
XYZ46.432.7730.67-
YUV156.07121.76185.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 117 (46.09% from 255) = 23.45%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=47.49%
G=23.45%
B=29.06%

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
Decimal23711714500.510.390.0734676.9269.41
HexED759103327715a4d45
Octal355165221063477532115105
Binary11101101111010110010001011001110011111110101101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7591; }

 p { color: rgb(237,117,145); }

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

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

 a { background-color: rgb(237,117,145); }

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

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

 span { border-color: rgb(237,117,145); }

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