#ED698C

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

Shades of Deep Blush #ED698C

Tints of Deep Blush #ED698C

Color information

#ED698C (or 0xED698C) is unknown color: approx Deep Blush. HEX triplet: ED, 69 and 8C. RGB value is (237,105,140). Sum of RGB (Red+Green+Blue) = 237+105+140=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 105 (41.41% from 255 or 21.78% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698C is #129673. Grayscale: #949494. Windows color (decimal): -1218164 or 9202157. OLE color: 9202157.

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

Color convert

RGB237105140-
CMYK00.560.410.07
HSL344.09º78.57%67.06%-
HSV(B)344.09º55.7%92.94%-
XYZ44.713028.25-
YUV148.46123.23191.15-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 105 (41.41% from 255) = 21.78%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=49.17%
G=21.78%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23710514000.560.410.07344.0978.5767.06
HexED698C0382971584f43
Octal355151214070517530117103
Binary11101101110100110001100011100010100111110101100010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED698C; }

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

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

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

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

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

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

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

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