#EC7A85

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

Shades of Deep Blush #EC7A85

Tints of Deep Blush #EC7A85

Color information

#EC7A85 (or 0xEC7A85) is unknown color: approx Deep Blush. HEX triplet: EC, 7A and 85. RGB value is (236,122,133). Sum of RGB (Red+Green+Blue) = 236+122+133=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7A85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7A85 is #13857A. Grayscale: #9D9D9D. Windows color (decimal): -1279355 or 8747756. OLE color: 8747756.

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

Color convert

RGB236122133-
CMYK00.480.440.07
HSL354.21º75%70.2%-
HSV(B)354.21º48.31%92.55%-
XYZ45.7933.4526.23-
YUV157.34114.27184.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 122 (48.05% from 255) = 24.85%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=48.07%
G=24.85%
B=27.09%

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
Decimal23612213300.480.440.07354.217570.2
HexEC7A850302C71624b46
Octal354172205060547542113106
Binary11101100111101010000101011000010110011110110001010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7A85; }

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

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

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

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

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

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

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

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