#ED6391

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

Shades of Deep Blush #ED6391

Tints of Deep Blush #ED6391

Color information

#ED6391 (or 0xED6391) is unknown color: approx Deep Blush. HEX triplet: ED, 63 and 91. RGB value is (237,99,145). Sum of RGB (Red+Green+Blue) = 237+99+145=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6391 is #129C6E. Grayscale: #919191. Windows color (decimal): -1219695 or 9528301. OLE color: 9528301.

HSL color Cylindrical-coordinate representation of color #ED6391: hue angle of 340º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ED6391 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23799145-
CMYK00.580.390.07
HSL340º79.31%65.88%-
HSV(B)340º58.23%92.94%-
XYZ44.528.9730.04-
YUV145.51127.72193.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 145 (57.03% from 255) = 30.15%
R=49.27%
G=20.58%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379914500.580.390.0734079.3165.88
HexED639103A2771544f42
Octal355143221072477524117102
Binary11101101110001110010001011101010011111110101010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6391; }

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

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

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

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

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

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

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

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