#EC7184

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

Shades of Deep Blush #EC7184

Tints of Deep Blush #EC7184

Color information

#EC7184 (or 0xEC7184) is unknown color: approx Deep Blush. HEX triplet: EC, 71 and 84. RGB value is (236,113,132). Sum of RGB (Red+Green+Blue) = 236+113+132=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 132 (51.95% from 255 or 27.44% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7184 is #138E7B. Grayscale: #979797. Windows color (decimal): -1281660 or 8679916. OLE color: 8679916.

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

Color convert

RGB236113132-
CMYK00.520.440.07
HSL350.73º76.4%68.43%-
HSV(B)350.73º52.12%92.55%-
XYZ44.6631.3125.52-
YUV151.94116.75187.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.06%
GREEN value IS 113 (44.53% from 255) = 23.49%
BLUE value IS 132 (51.95% from 255) = 27.44%
R=49.06%
G=23.49%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611313200.520.440.07350.7376.468.43
HexEC71840342C715f4c44
Octal354161204064547537114104
Binary11101100111000110000100011010010110011110101111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7184; }

 p { color: rgb(236,113,132); }

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

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

 a { background-color: rgb(236,113,132); }

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

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

 span { border-color: rgb(236,113,132); }

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