#EC7A84

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

Shades of Deep Blush #EC7A84

Tints of Deep Blush #EC7A84

Color information

#EC7A84 (or 0xEC7A84) is unknown color: approx Deep Blush. HEX triplet: EC, 7A and 84. RGB value is (236,122,132). Sum of RGB (Red+Green+Blue) = 236+122+132=490 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.16% from 490); Green value is 122 (48.05% from 255 or 24.90% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A84 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7A84 is #13857B. Grayscale: #9D9D9D. Windows color (decimal): -1279356 or 8682220. OLE color: 8682220.

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

Color convert

RGB236122132-
CMYK00.480.440.07
HSL354.74º75%70.2%-
HSV(B)354.74º48.31%92.55%-
XYZ45.7233.4225.87-
YUV157.23113.77184.19-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.16%
GREEN value IS 122 (48.05% from 255) = 24.90%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=48.16%
G=24.90%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612213200.480.440.07354.747570.2
HexEC7A840302C71634b46
Octal354172204060547543113106
Binary11101100111101010000100011000010110011110110001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A84; }

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

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

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

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

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

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

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

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