#EC7081

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

Shades of Deep Blush #EC7081

Tints of Deep Blush #EC7081

Color information

#EC7081 (or 0xEC7081) is unknown color: approx Deep Blush. HEX triplet: EC, 70 and 81. RGB value is (236,112,129). Sum of RGB (Red+Green+Blue) = 236+112+129=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7081 is #138F7E. Grayscale: #979797. Windows color (decimal): -1281919 or 8483052. OLE color: 8483052.

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

Color convert

RGB236112129-
CMYK00.530.450.07
HSL351.77º76.54%68.24%-
HSV(B)351.77º52.54%92.55%-
XYZ44.3531.0124.42-
YUV151.01115.58188.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 112 (44.14% from 255) = 23.48%
BLUE value IS 129 (50.78% from 255) = 27.04%
R=49.48%
G=23.48%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611212900.530.450.07351.7776.5468.24
HexEC70810352D71604d44
Octal354160201065557540115104
Binary11101100111000010000001011010110110111110110000010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7081; }

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

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

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

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

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

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

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

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