#EC6091

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

Shades of Deep Blush #EC6091

Tints of Deep Blush #EC6091

Color information

#EC6091 (or 0xEC6091) is unknown color: approx Deep Blush. HEX triplet: EC, 60 and 91. RGB value is (236,96,145). Sum of RGB (Red+Green+Blue) = 236+96+145=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6091 is #139F6E. Grayscale: #8F8F8F. Windows color (decimal): -1285999 or 9527532. OLE color: 9527532.

HSL color Cylindrical-coordinate representation of color #EC6091: hue angle of 339º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EC6091 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB23696145-
CMYK00.590.390.07
HSL339º78.65%65.1%-
HSV(B)339º59.32%92.55%-
XYZ43.8928.2429.93-
YUV143.45128.88194.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.48%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 145 (57.03% from 255) = 30.40%
R=49.48%
G=20.13%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369614500.590.390.0733978.6565.1
HexEC609103B2771534f41
Octal354140221073477523117101
Binary11101100110000010010001011101110011111110101001110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6091; }

 p { color: rgb(236,96,145); }

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

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

 a { background-color: rgb(236,96,145); }

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

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

 span { border-color: rgb(236,96,145); }

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