#EC768D

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

Shades of Deep Blush #EC768D

Tints of Deep Blush #EC768D

Color information

#EC768D (or 0xEC768D) is unknown color: approx Deep Blush. HEX triplet: EC, 76 and 8D. RGB value is (236,118,141). Sum of RGB (Red+Green+Blue) = 236+118+141=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 118 (46.48% from 255 or 23.84% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC768D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC768D is #138972. Grayscale: #9B9B9B. Windows color (decimal): -1280371 or 9271020. OLE color: 9271020.

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

Color convert

RGB236118141-
CMYK00.50.400.07
HSL348.31º75.64%69.41%-
HSV(B)348.31º50%92.55%-
XYZ45.8832.7129.1-
YUV155.9119.59185.13-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.68%
GREEN value IS 118 (46.48% from 255) = 23.84%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=47.68%
G=23.84%
B=28.48%

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
Decimal23611814100.50.400.07348.3175.6469.41
HexEC768D03228715c4c45
Octal354166215062507534114105
Binary11101100111011010001101011001010100011110101110010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC768D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC768D; }

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

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

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

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

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

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

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

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