#EC698F

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

Shades of Deep Blush #EC698F

Tints of Deep Blush #EC698F

Color information

#EC698F (or 0xEC698F) is unknown color: approx Deep Blush. HEX triplet: EC, 69 and 8F. RGB value is (236,105,143). Sum of RGB (Red+Green+Blue) = 236+105+143=484 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.76% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 143 (56.25% from 255 or 29.55% from 484); Max value from RGB is 236 - color contains mainly: red. Hex color #EC698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC698F is #139670. Grayscale: #949494. Windows color (decimal): -1283697 or 9398764. OLE color: 9398764.

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

Color convert

RGB236105143-
CMYK00.560.390.07
HSL342.6º77.51%66.86%-
HSV(B)342.6º55.51%92.55%-
XYZ44.629.9229.41-
YUV148.5124.9190.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.76%
GREEN value IS 105 (41.41% from 255) = 21.69%
BLUE value IS 143 (56.25% from 255) = 29.55%
R=48.76%
G=21.69%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610514300.560.390.07342.677.5166.86
HexEC698F0382771574e43
Octal354151217070477527116103
Binary11101100110100110001111011100010011111110101011110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC698F; }

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

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

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

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

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

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

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

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