#ED698B

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

Shades of Deep Blush #ED698B

Tints of Deep Blush #ED698B

Color information

#ED698B (or 0xED698B) is unknown color: approx Deep Blush. HEX triplet: ED, 69 and 8B. RGB value is (237,105,139). Sum of RGB (Red+Green+Blue) = 237+105+139=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 105 (41.41% from 255 or 21.83% from 481); Blue value is 139 (54.69% from 255 or 28.90% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #ED698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED698B is #129674. Grayscale: #949494. Windows color (decimal): -1218165 or 9136621. OLE color: 9136621.

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

Color convert

RGB237105139-
CMYK00.560.410.07
HSL344.55º78.57%67.06%-
HSV(B)344.55º55.7%92.94%-
XYZ44.6429.9727.86-
YUV148.34122.73191.24-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 49.27%
GREEN value IS 105 (41.41% from 255) = 21.83%
BLUE value IS 139 (54.69% from 255) = 28.90%
R=49.27%
G=21.83%
B=28.90%

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
Decimal23710513900.560.410.07344.5578.5767.06
HexED698B0382971594f43
Octal355151213070517531117103
Binary11101101110100110001011011100010100111110101100110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED698B; }

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

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

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

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

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

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

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

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