#EC7383

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

Shades of Deep Blush #EC7383

Tints of Deep Blush #EC7383

Color information

#EC7383 (or 0xEC7383) is unknown color: approx Deep Blush. HEX triplet: EC, 73 and 83. RGB value is (236,115,131). Sum of RGB (Red+Green+Blue) = 236+115+131=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7383 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7383 is #138C7C. Grayscale: #999999. Windows color (decimal): -1281149 or 8614892. OLE color: 8614892.

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

Color convert

RGB236115131-
CMYK00.510.440.07
HSL352.07º76.1%68.82%-
HSV(B)352.07º51.27%92.55%-
XYZ44.8231.7325.24-
YUV153115.59187.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.96%
GREEN value IS 115 (45.31% from 255) = 23.86%
BLUE value IS 131 (51.56% from 255) = 27.18%
R=48.96%
G=23.86%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611513100.510.440.07352.0776.168.82
HexEC73830332C71604c45
Octal354163203063547540114105
Binary11101100111001110000011011001110110011110110000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7383; }

 p { color: rgb(236,115,131); }

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

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

 a { background-color: rgb(236,115,131); }

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

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

 span { border-color: rgb(236,115,131); }

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