#ec778c

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

Shades of Deep Blush #EC778C

Tints of Deep Blush #EC778C

Color information

#EC778C (or 0xEC778C) is unknown color: approx Deep Blush. HEX triplet: EC, 77 and 8C. RGB value is (236,119,140). Sum of RGB (Red+Green+Blue) = 236+119+140=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778C is #138873. Grayscale: #9C9C9C. Windows color (decimal): -1280116 or 9205740. OLE color: 9205740.

HSL color Cylindrical-coordinate representation of color #EC778C: hue angle of 349.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC778C is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB236119140-
CMYK00.500.410.07
HSL349.23º75.48%69.61%-
HSV(B)349.23º49.58%92.55%-
XYZ45.9232.9228.74-
YUV156.38118.76184.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=47.68%
G=24.04%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611914000.500.410.07349.2375.4869.61
HexEC778C03229715d4b46
Octal354167214062517535113106
Binary11101100111011110001100011001010100111110101110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec778c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec778c; }

 p { color: rgb(236,119,140); }

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

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

 a { background-color: rgb(236,119,140); }

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

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

 span { border-color: rgb(236,119,140); }

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