#EC698B

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

Shades of Deep Blush #EC698B

Tints of Deep Blush #EC698B

Color information

#EC698B (or 0xEC698B) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 8B. RGB value is (236,105,139). Sum of RGB (Red+Green+Blue) = 236+105+139=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698B is #139674. Grayscale: #949494. Windows color (decimal): -1283701 or 9136620. OLE color: 9136620.

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

Color convert

RGB236105139-
CMYK00.560.410.07
HSL344.43º77.51%66.86%-
HSV(B)344.43º55.51%92.55%-
XYZ44.329.827.84-
YUV148.04122.9190.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=49.17%
G=21.88%
B=28.96%

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
Decimal23610513900.560.410.07344.4377.5166.86
HexEC698B0382971584e43
Octal354151213070517530116103
Binary11101100110100110001011011100010100111110101100010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC698B; }

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

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

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

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

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

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

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

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