#ED6894

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

Shades of Deep Blush #ED6894

Tints of Deep Blush #ED6894

Color information

#ED6894 (or 0xED6894) is unknown color: approx Deep Blush. HEX triplet: ED, 68 and 94. RGB value is (237,104,148). Sum of RGB (Red+Green+Blue) = 237+104+148=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6894 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6894 is #12976B. Grayscale: #949494. Windows color (decimal): -1218412 or 9726189. OLE color: 9726189.

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

Color convert

RGB237104148-
CMYK00.560.380.07
HSL340.15º78.7%66.86%-
HSV(B)340.15º56.12%92.94%-
XYZ45.2230.0431.43-
YUV148.78127.56190.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.47%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 148 (58.20% from 255) = 30.27%
R=48.47%
G=21.27%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710414800.560.380.07340.1578.766.86
HexED68940382671544f43
Octal355150224070467524117103
Binary11101101110100010010100011100010011011110101010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6894; }

 p { color: rgb(237,104,148); }

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

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

 a { background-color: rgb(237,104,148); }

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

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

 span { border-color: rgb(237,104,148); }

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