#EC6193

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

Shades of Deep Blush #EC6193

Tints of Deep Blush #EC6193

Color information

#EC6193 (or 0xEC6193) is unknown color: approx Deep Blush. HEX triplet: EC, 61 and 93. RGB value is (236,97,147). Sum of RGB (Red+Green+Blue) = 236+97+147=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6193 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6193 is #139E6C. Grayscale: #909090. Windows color (decimal): -1285741 or 9658860. OLE color: 9658860.

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

Color convert

RGB23697147-
CMYK00.590.380.07
HSL338.42º78.53%65.29%-
HSV(B)338.42º58.9%92.55%-
XYZ44.1328.4930.78-
YUV144.26129.55193.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.17%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 147 (57.81% from 255) = 30.62%
R=49.17%
G=20.21%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2369714700.590.380.07338.4278.5365.29
HexEC619303B2671524f41
Octal354141223073467522117101
Binary11101100110000110010011011101110011011110101001010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6193; }

 p { color: rgb(236,97,147); }

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

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

 a { background-color: rgb(236,97,147); }

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

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

 span { border-color: rgb(236,97,147); }

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