#ED618F

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

Shades of Deep Blush #ED618F

Tints of Deep Blush #ED618F

Color information

#ED618F (or 0xED618F) is unknown color: approx Deep Blush. HEX triplet: ED, 61 and 8F. RGB value is (237,97,143). Sum of RGB (Red+Green+Blue) = 237+97+143=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED618F is #129E70. Grayscale: #909090. Windows color (decimal): -1220209 or 9396717. OLE color: 9396717.

HSL color Cylindrical-coordinate representation of color #ED618F: hue angle of 340.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ED618F is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB23797143-
CMYK00.590.400.07
HSL340.29º79.55%65.49%-
HSV(B)340.29º59.07%92.94%-
XYZ44.1628.5429.17-
YUV144.1127.38194.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.69%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 143 (56.25% from 255) = 29.98%
R=49.69%
G=20.34%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2379714300.590.400.07340.2979.5565.49
HexED618F03B2871545041
Octal355141217073507524120101
Binary11101101110000110001111011101110100011110101010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED618F; }

 p { color: rgb(237,97,143); }

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

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

 a { background-color: rgb(237,97,143); }

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

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

 span { border-color: rgb(237,97,143); }

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