#EC768E

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

Shades of Deep Blush #EC768E

Tints of Deep Blush #EC768E

Color information

#EC768E (or 0xEC768E) is unknown color: approx Deep Blush. HEX triplet: EC, 76 and 8E. RGB value is (236,118,142). Sum of RGB (Red+Green+Blue) = 236+118+142=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 118 (46.48% from 255 or 23.79% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768E is #138971. Grayscale: #9C9C9C. Windows color (decimal): -1280370 or 9336556. OLE color: 9336556.

HSL color Cylindrical-coordinate representation of color #EC768E: hue angle of 347.8º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC768E is Cyan = 0, Magento = 0.5, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB236118142-
CMYK00.50.400.07
HSL347.8º75.64%69.41%-
HSV(B)347.8º50%92.55%-
XYZ45.9532.7429.49-
YUV156.02120.09185.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.58%
GREEN value IS 118 (46.48% from 255) = 23.79%
BLUE value IS 142 (55.86% from 255) = 28.63%
R=47.58%
G=23.79%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611814200.50.400.07347.875.6469.41
HexEC768E03228715c4c45
Octal354166216062507534114105
Binary11101100111011010001110011001010100011110101110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC768E; }

 p { color: rgb(236,118,142); }

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

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

 a { background-color: rgb(236,118,142); }

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

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

 span { border-color: rgb(236,118,142); }

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