#ED6994

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

Shades of Deep Blush #ED6994

Tints of Deep Blush #ED6994

Color information

#ED6994 (or 0xED6994) is unknown color: approx Deep Blush. HEX triplet: ED, 69 and 94. RGB value is (237,105,148). Sum of RGB (Red+Green+Blue) = 237+105+148=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED6994 is #12966B. Grayscale: #959595. Windows color (decimal): -1218156 or 9726445. OLE color: 9726445.

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

Color convert

RGB237105148-
CMYK00.560.380.07
HSL340.45º78.57%67.06%-
HSV(B)340.45º55.7%92.94%-
XYZ45.3230.2531.47-
YUV149.37127.23190.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 48.37%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 148 (58.20% from 255) = 30.20%
R=48.37%
G=21.43%
B=30.20%

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
Decimal23710514800.560.380.07340.4578.5767.06
HexED69940382671544f43
Octal355151224070467524117103
Binary11101101110100110010100011100010011011110101010010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED6994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED6994; }

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

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

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

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

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

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

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

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