#EC6C94

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

Shades of Deep Blush #EC6C94

Tints of Deep Blush #EC6C94

Color information

#EC6C94 (or 0xEC6C94) is unknown color: approx Deep Blush. HEX triplet: EC, 6C and 94. RGB value is (236,108,148). Sum of RGB (Red+Green+Blue) = 236+108+148=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 108 (42.58% from 255 or 21.95% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC6C94 is #13936B. Grayscale: #969696. Windows color (decimal): -1282924 or 9727212. OLE color: 9727212.

HSL color Cylindrical-coordinate representation of color #EC6C94: hue angle of 341.25º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EC6C94 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236108148-
CMYK00.540.370.07
HSL341.25º77.11%67.45%-
HSV(B)341.25º54.24%92.55%-
XYZ45.330.731.55-
YUV150.83126.41188.75-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 108 (42.58% from 255) = 21.95%
BLUE value IS 148 (58.20% from 255) = 30.08%
R=47.97%
G=21.95%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23610814800.540.370.07341.2577.1167.45
HexEC6C940362571554d43
Octal354154224066457525115103
Binary11101100110110010010100011011010010111110101010110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6C94; }

 p { color: rgb(236,108,148); }

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

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

 a { background-color: rgb(236,108,148); }

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

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

 span { border-color: rgb(236,108,148); }

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