#EC7083

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

Shades of Deep Blush #EC7083

Tints of Deep Blush #EC7083

Color information

#EC7083 (or 0xEC7083) is unknown color: approx Deep Blush. HEX triplet: EC, 70 and 83. RGB value is (236,112,131). Sum of RGB (Red+Green+Blue) = 236+112+131=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 131 (51.56% from 255 or 27.35% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7083 is #138F7C. Grayscale: #979797. Windows color (decimal): -1281917 or 8614124. OLE color: 8614124.

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

Color convert

RGB236112131-
CMYK00.530.440.07
HSL350.81º76.54%68.24%-
HSV(B)350.81º52.54%92.55%-
XYZ44.4831.0625.12-
YUV151.24116.58188.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.27%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 131 (51.56% from 255) = 27.35%
R=49.27%
G=23.38%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611213100.530.440.07350.8176.5468.24
HexEC70830352C715f4d44
Octal354160203065547537115104
Binary11101100111000010000011011010110110011110101111110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7083; }

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

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

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

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

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

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

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

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