#EC778A

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

Shades of Deep Blush #EC778A

Tints of Deep Blush #EC778A

Color information

#EC778A (or 0xEC778A) is unknown color: approx Deep Blush. HEX triplet: EC, 77 and 8A. RGB value is (236,119,138). Sum of RGB (Red+Green+Blue) = 236+119+138=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778A is #138875. Grayscale: #9C9C9C. Windows color (decimal): -1280118 or 9074668. OLE color: 9074668.

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

Color convert

RGB236119138-
CMYK00.500.420.07
HSL350.26º75.48%69.61%-
HSV(B)350.26º49.58%92.55%-
XYZ45.7832.8627.97-
YUV156.15117.76184.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.87%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=47.87%
G=24.14%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611913800.500.420.07350.2675.4869.61
HexEC778A0322A715e4b46
Octal354167212062527536113106
Binary11101100111011110001010011001010101011110101111010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC778A; }

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

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

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

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

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

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

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

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